On Wed, Apr 25, 2012 at 2:11 AM, FractalBob <[email protected]> wrote: > Anyone know if there is an editable WebView somewhere in the wild or > if Google has plans to make the standard WebView editable? I need such > a creature for an app I'm working on (my app is based on K9 Mail, > which uses an extension of WebView). Mozilla provides an editable > browser-type window to its developers, so does Microsoft, so I would > expect Android to have one, but no. My app doesn't even need full HTML > support, only a few tags, like what EditText supports, but for various > reasons I can't replace the WebView in K9 Mail with an EditText.
Use a JavaScript-based rich text editor. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

