Editing is a difficult process because we transition from lightweight to heavyweight so text might not be in the exact same position. In the lightweight you might click on a word which will be a different word in the native. As I said, native editing already does things like long press and since styled editing is problematic in all native OS's it just isn't supported.
You can use HTML and browser component. HTML is generally really good for text related work. Native apps take that approach often. This seems like a task that makes some sense to HTML. Or you could just switch components when going to edit mode using replace. You could use something like this during view and a text area during edit: http://www.codenameone.com/blog/tip-lightweight-rich-text-view.html -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/47b5a1ce-9ed0-4c70-b07d-dbc497386583%40googlegroups.com.
