Developer Builds Native iPadOS App to Fix VS Code and Codespaces Limitations
A developer frustrated by the limitations of running GitHub Codespaces and cloud IDEs through mobile Safari on iPad Pro has built a native iPadOS app called Vysio. Mobile WebKit on iPadOS intercepts critical keyboard shortcuts like Cmd+W and Cmd+P for browser functions, blocks them from reaching the remote editor, and browser UI overlays consume up to 20% of screen space. iPadOS also aggressively suspends background browser tabs and WebSocket connections, causing SSH and container sessions to drop when switching apps. Vysio addresses these issues using native UIKeyCommand handling to route shortcuts directly to the editor, multi-window UIScene architecture for clutter-free workspaces, Apple Keychain storage for OAuth tokens, and an OS wake-lock to keep background sessions alive. The app is currently in early beta, with a public feedback repository available on GitHub.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in