I can not disable autocorrect of text input in web browser on Android.
I tried this:
Please try this: http://jsfiddle.net/c9HQT/
Basically you are using Javascript to set the value after every keystroke, hopefully interrupting the auto-complete.
$('input').on 'keypress', -> console.log $(this).val() $(this).val $(this).val()