I am using PhoneGap to make an iPad app. When the user has an external keyboard and types in a field, most the on screen keyboard stays hidden. There are no key caps visible but the band at the top of the keyboard which has two buttons "Previous" and "Next" still appears. I would like to prevent that from showing up. It does disappear when the text field loses focus but I'd like it to not even show up at all. Is there something I can call either via PhoneGap or in Xcode which will prevent any part of the on screen keyboard from ever appearing?
Asked
Active
Viewed 609 times
0
-
duplicate, see: http://stackoverflow.com/questions/8718411/how-do-i-install-this-script-into-phonegap-for-ios – hasen May 24 '12 at 01:41
-
possible duplicate of [How can I disable the iPhones's AutoFill bar on my s?](http://stackoverflow.com/questions/8689968/how-can-i-disable-the-iphoness-autofill-bar-on-my-inputs) – May 31 '12 at 21:57