Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mobile Support #92

Closed
akhilsharmaa opened this issue Jan 17, 2023 · 2 comments · Fixed by #124
Closed

Add Mobile Support #92

akhilsharmaa opened this issue Jan 17, 2023 · 2 comments · Fixed by #124

Comments

@akhilsharmaa
Copy link

I tried selecting a text in the code by holding the text but can't select it..

Please fix it so it can by use on mobile devices.

@thecodingwizard
Copy link
Member

We use monaco as our IDE library, and monaco does not have mobile support. We will either need to wait for them to add mobile support (it's been requested for years), or fall back to CodeMirror as needed.

The latter will substantially increase development time, so it will probably only be implemented if a lot of people want to be able to code on their phones.

@thecodingwizard thecodingwizard added the wontfix This will not be worked on label Mar 4, 2023
@thecodingwizard thecodingwizard changed the title Can't select any text in mobile device. Add Mobile Support Mar 14, 2023
@thecodingwizard thecodingwizard removed the wontfix This will not be worked on label Dec 19, 2023
@thecodingwizard
Copy link
Member

This is being worked on through CodeMirror: https://github.com/cpinitiative/ide/tree/codemirror

@thecodingwizard thecodingwizard linked a pull request Dec 19, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants