3

I am creating a app using HTML5,CSS, jQuerymobile + Phonegap.

I want to remove the top section of the Keyboard which has the default - Previous/Next Autofill, Done

Example: http://i.msdn.microsoft.com/dynimg/IC587100.png

Can I do that ?

Ben
  • 93
  • 1
  • 5

1 Answers1

0

You can make a plugin in phonegap to create native UITextFields at the specified position.

lqs
  • 1,434
  • 11
  • 20
  • Can we do something in the jQuery/HTML5 side of it? Before bringing it in Phonegap? – Ben Oct 26 '12 at 17:02