Feature request: mobile (touch) support
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.
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.
CodeMirror 6 is full-fledged and touch-friendly.
I am able to use monaco with code completion in vscode.dev and the demo from monaco website. Firefox Android
check this solution https://github.com/ONVO-me/Axios/tree/main/touch
@Hydralerne your link returns 404