I know about spanned text and I'm prepared to use EdiText only if I
have to, but my question is about a true editable WebView, which would
facilitate my app immensely.

On Apr 25, 4:32 am, Kostya Vasilyev <kmans...@gmail.com> wrote:
> Another way probably worth looking into is to use spans.
>
> For example:
>
> http://developer.android.com/reference/android/text/style/UnderlineSp...
>
> http://developer.android.com/reference/android/text/style/TextAppeara...
>
> ... and so on.
>
> -- K
>
> 25.04.2012 15:05, Mark Murphy написал:
>
> > On Wed, Apr 25, 2012 at 2:11 AM, FractalBob<ruom...@gmail.com>  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.
>
> --
> Kostya Vasilyev

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to