-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
code cells not rendering properly on Android via github #785
Comments
So, the problem here is that the The thing is, CodeMirror says they're experimental on mobile browsers, which is weird. I'll try to sketch something up but - to set expectations - it may be difficult to work for any case. |
A not-too-obnoxious workaround is to include a blank line at the end of each code cell. I updated my MWE above to have a cell without and a cell with the extra line. P. S. Καλά Χριστούγεννα! |
Well, I've opened a PR #805 with a possible solution (loads CodeMirror in again in the export to do the height management correctly) Happy holidays! |
linked to #823 |
also seems to handle the linked issue (823) |
Fixed by the wonderful @pankgeorg !!!! Will be released in the next version |
The bottom line of a code cell is being cut off when viewed in Chrome or Firefox on Android.
See https://klaff.github.io/android_display_bug_MWE.html for simple test page.
The text was updated successfully, but these errors were encountered: