Is there a way to disable spelling assistance in HTML input fields in BlackBerry 6/Iphone/android?
I tried setting the
autocomplete=\"off\" autocapitalize=\"false\" au
For blackberry, instead of using input type="text", you can use input type="email". Auto correct is by default off for email in blackberry.
This is specially very helpful when application is being build using sencha.