As most of us phonegap users already know by now, there's a way to remove the form assistant (prev, next, done) bar from uiwebview. It has been asked several times on stackoverflow, here are some examples:
How do I install this script into PhoneGap for iOS
Phonegap: completely removing the black bar from the iPhone keyboard
Remove form assistant from keyboard in iPhone standalone web app
This applies to all textfields in all files of one's phonegap app. What has not been discussed, however, is whether this somewhat hacky solution can be applied to one or several textfields only, or on specific html-pages inside one's phonegap application.
Since phonegap users can't target html textfields with "native" C code, I assume the first simply can't be done (I would love to be proven wrong here though.) But perhaps, it might be possible to remove the form assistant bar from specific html documents by using the above mentioned solutions and targeting specific html files. If so, how do i do this?