-
-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Description
For coding on mobile app, I would like to use a custom keyboard instead of default iOS keyboard which is not good for coding.
For a textarea component, you can set inputType='none'
to disable iOS keyboard from popping up. and with onHover or something I figure you probably can pull up a custom coding keyboard.
I was wondering if it's possible to do inputType='none'
for a CodeMirror instance somehow?
Metadata
Metadata
Assignees
Labels
No labels