How do I display the keyboard using Cordova or phonegap?

Asked

Viewed 484 times

1

I’m using Cordova/phonegap and would like to know: How do I display the keyboard (in android OS) as soon as the user enters, on a page that only has a text field?

1 answer

2

It seems that by usability guidelines, some Sos bring restriction to automatic keyboard invocation. But Voce can try for the two "contour solutions":

  • call the prompt function()
  • Call function . Focus() from within a programmatic call of an event Handler. click()

More details you can read here in these other OS discussions on the same topic:

Browser other questions tagged

You are not signed in. Login or sign up in order to post.