-
Notifications
You must be signed in to change notification settings - Fork 202
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
Text editor extremely glitchy on mobile (Android) #476
Comments
Thanks for a great report! While I saw similar issues, I am limited to the editor I am using, and might not be able to resolve them. On the positive side, CodeMirror seems to be aware of those (e.g. codemirror/codemirror5#6145) and rewrite done in CodeMirror 6 should resolve them. On the negative side, it's not clear how long CodeMirror 6 work will take. I'll take a look if I can provide an experimental CodeMirror 6 version as an opt-in, though it might lack some features. If not possible, I might provide just a basic text area as an opt-in. |
Hey @ashmind - thank you for the quick reply! Thank you again for your work on sharplab.io! 🍻 |
Sure, you can try it now, but I can promise a lot of bugs: Known issues (likely small subset of total issues): |
Ah, nice! |
Hello, I've been using sharplab.io on mobile for a while now, and I've noticed it's very difficult (and annoying) to use it there unfortunately, as the text editor seems extremely glitchy.
This is due to it doing a few different things pretty often:
bool a
and it'd delete thea
identifier)Here's a GIF I recorded that shows the first two issues. You can see the full recording here, which also shows the IL output window as well as the individual keys being pressed on the keyboard.
And here's another that shows the other two issues:
The text editor is already not perfectly responsive on mobile, but that's secondary, these issues instead really make you have a hard time trying to write some code on it.
Hopefully this is not something too difficult to fix, thank you again for your hard work! 😄
The text was updated successfully, but these errors were encountered: