Skip to content

Web Browser

Kisuke includes a full-featured web browser optimized for development workflows. Access documentation, test web applications, and debug with integrated developer tools without leaving the app.

  • Localhost access via automatic port forwarding
  • Developer tools with Eruda console integration
  • Multi-tab browsing with gesture navigation
  • Responsive testing on actual mobile viewport
  • Privacy controls and data management
  • Bookmark sync for development resources
  1. Tap the Browser tab in bottom navigation
  2. New tab opens automatically
  3. Enter URL or search term in address bar

Navigate using standard browser controls:

ControlFunction
Back/ForwardNavigate history
RefreshReload current page
ShareExport or save page
BookmarksAccess saved sites

Access local development servers directly:

  1. Start server in terminal (e.g., npm run dev)
  2. Note the port number
  3. Navigate to localhost:[port]
  4. Test on real mobile device

Common development ports:

  • 3000 - Node.js, React
  • 5173 - Vite
  • 8000 - Python HTTP server
  • 8080 - Alternative HTTP

Eruda console provides mobile debugging:

  • Execute JavaScript
  • View logs and errors
  • Test code snippets
  • Access page context
  • Inspect DOM structure
  • Modify styles live
  • View computed properties
  • Debug layout issues
  • Monitor requests
  • Analyze load times
  • Check response data
  • Debug API calls
  • View cookies
  • Inspect localStorage
  • Manage sessionStorage
  • Debug persistence

Kisuke automatically forwards ports from your SSH connection:

  1. Services running on remote space
  2. Accessible via localhost on device
  3. No additional configuration needed
  • Development server preview
  • Database admin interfaces
  • API endpoint testing
  • Debugging webhooks
  1. Connect to space via SSH
  2. Start service on specific port
  3. Open browser tab
  4. Navigate to localhost:[port]

Manage multiple browsing contexts:

  • Tap + to create new tab
  • Swipe horizontally between tabs
  • Long-press for tab options
  • Drag to reorder (iPad)

Visual status for each tab:

  • Loading progress
  • Security status
  • Audio playback
  • Active downloads

Save frequently accessed resources:

  1. Tap bookmark icon in toolbar
  2. Edit name and folder
  3. Organize in collections
  4. Access from address bar

Find previously visited pages:

  • Search by title or URL
  • Filter by date range
  • Clear selectively
  • Export history data

Combine browser with other tools:

  • Browser + Editor - Reference while coding
  • Browser + Terminal - Monitor server logs
  • Browser + Git - Review pull requests
  1. Keep docs open while coding
  2. Search within page (Cmd+F)
  3. Bookmark key references
  4. Use reader mode for focus

Test endpoints directly:

  1. Make requests in browser
  2. View JSON responses
  3. Check headers in dev tools
  4. Debug authentication

Keep browser responsive:

  • Close inactive tabs
  • Refresh memory-heavy pages
  • Clear cache periodically
  • Limit concurrent tabs

Reduce bandwidth usage:

  • Enable data saver mode
  • Block auto-playing media
  • Use reader mode
  • Cache offline content

Separate browsing contexts:

  • No history retention
  • Isolated cookie storage
  • Cleared on tab close
  • Per-tab privacy mode

Control access requests:

  • Location services
  • Camera/microphone
  • Notifications
  • Clipboard access

Regular maintenance options:

  • Clear browsing data
  • Reset site permissions
  • Export/import bookmarks
  • Manage cookie settings

Localhost connection failed

  • Verify server is running
  • Check correct port number
  • Ensure SSH connection active
  • Try 127.0.0.1 instead

Page renders incorrectly

  • Toggle desktop mode
  • Clear site data
  • Disable content blockers
  • Check JavaScript errors

High memory usage

  • Close background tabs
  • Disable heavy extensions
  • Clear browser cache
  • Restart browser

With external keyboard connected:

ShortcutAction
Cmd+TNew tab
Cmd+WClose tab
Cmd+LFocus address bar
Cmd+RReload page
Cmd+FFind in page
Cmd+DBookmark page