I am developing an Android Application which uses WebView. I don't
want Android's autocorrect feature on a textarea field but can't seem
to prevent it. For now, I am using this input text method:
<input name="inputBox" autocapitalize="off" autocorrect="off"
id="transliterateTextarea" type="text" style="width:100%; height:
150px;" autofocus>
but not exactly what I want as multiple line input isn't possible with
input element!
How do I disable Android's autocorrect on Textarea field?
Or is there a way to disable Autocorrect for the whole Android
application?

Also, I can't seen to get initial focus on the input/textarea element.
Neither HTML attributes like autofocus and tabindex are working, nor
javascript focus() method is working on onload. However focus() is
working from methods listening to user-triggered events, but want it o
work from the method called on window onload!

Thank you!

-- 
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