Bug Description
When opening code-server in a mobile browser (iOS / Android), the code editor is completely unusable on smartphones:
- Virtual Keyboard Never Opens: Tapping anywhere inside the code editor area fails to trigger the soft/on-screen keyboard.
- Text Copying Impossible: Touch selection gestures (double-tap / long-press) do not work inside the editor, making text selection and copying impossible.
- No Mobile Mode: The editor lacks mobile UI and touch layout adaptation entirely.
Expected Behavior
code-server should have proper mobile browser support with touch selection, virtual keyboard activation on tap, and mobile copy/paste capabilities.
Bug Description
When opening
code-serverin a mobile browser (iOS / Android), the code editor is completely unusable on smartphones:Expected Behavior
code-servershould have proper mobile browser support with touch selection, virtual keyboard activation on tap, and mobile copy/paste capabilities.