It is still in the making but we are working on an OS for react native that will wrap webview with prosemirror and will handle all the communication between the webview and the native part, it also gives nice tools for developers to build rich-text editing exp that is aligned with the standard editors for mobile out there (gdocs, notion, dropbox paper etc) like custom keyboard and try to solve issues that come with that kind of webview/prosemirror setup
Yeah it is working for Android, custom keyboard for Android is challenging but it’s one of the things we feel should be part of that kind of project
It’s already out there: https://github.com/10play/10tap-editor but still, in beta, we use it on production but haven’t got enough feedback yet from other developers, I believe we will see an alpha version soon
We’re pretty late in the game to jump to 10tap at this point, but your toolbar looks so great. Is it possible for us to leverage the toolbar without installing 10tap as a whole? (even if we need to manually port the code to our editor rather than importing?)
I poked around the codebase but I couldn’t locate the toolbar logic, which got me wondering if it’s handled via native code?