I am trying to offer a WYSIWYG HTML editor for my users, from within my application. This should not be fancy WYSIWYG. I just need some basic features like Bold, Italic, Underline, images, link and some basic formatting (font size, color, alignment). That should be enough.
The ideal solution is an open source library, but I could not find it. So I googled around for a web editor that runs on Android. I found Sceditor . This editor works great when I launch my Android browser (beta beta of Chrome). It LET work from my webview (see screenshot), but itβs not.

As soon as I start the editor from the application, most of the functions stop working. The cursor jumps randomly, I can no longer edit the existing text, and more strange happens. Basically, it just doesn't work.
Question: How can I get this to work properly?
Thanks a lot!
Vic v source share