monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

Feature request: mobile (touch) support

Open trusktr opened this issue 6 years ago • 4 comments

It'd be super sweet if touch interaction worked well.

So far, I haven't seen any web-based code editor that supports touch interaction properly, so mobile sites (f.e. accessing Codepen on your phone and editing a pen) are just horrible.

It would be great to have code text editing on mobile web.

trusktr avatar Jul 09 '19 16:07 trusktr

A workaround for mobile is to simply fallback to a simpler mobile-friendly editor on mobile, and use Monaco only on desktops. See https://github.com/microsoft/monaco-editor/issues/246#issuecomment-805418018 for more ideas on how.

trusktr avatar Mar 24 '21 02:03 trusktr

CodeMirror 6 is full-fledged and touch-friendly.

ghost avatar Apr 23 '23 16:04 ghost

I am able to use monaco with code completion in vscode.dev and the demo from monaco website. Firefox Android

ghost avatar May 30 '23 10:05 ghost

check this solution https://github.com/ONVO-me/Axios/tree/main/touch

Hydralerne avatar Jul 30 '24 00:07 Hydralerne

@Hydralerne your link returns 404

thomanq avatar Dec 23 '24 22:12 thomanq