You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: The issue seems to be related to the vim emulation package, which we also use for CodeMirror 5 emulation. If the issue is in a plain .js file, we may need to use babel-loader to transpile (rather than relying on TypeScript).
Edit 2: Using babel-loader does seem to fix the issue. I've enabled Babel loader in this branch. I plan to create a pull request after doing more testing.
Not sure if this is fully fixed but I suggest leaving it aside for now in any case. If we still get bug reports about this from users we can reconsider
Operating system
Android
Joplin version
2.14.10
Desktop version info
No response
Current behaviour
Currently, when the note editor is loaded on a device with an incompatible version of the Android System WebView (or iOS), the editor is blank.
Expected behaviour
We should display an error message.
On Android:
On iOS:
Depending on what's causing the issue, we may also want to look into transpiling CodeMirror with babel or adding polyfills.
Logs
No response
The text was updated successfully, but these errors were encountered: