How do I display the keyboard using a cord or phonegap?

1

I am using a cell / phonegap and would like to know: How do I display the keyboard (in the Android OS) once the user logs in to a page that only has a text field?

    
asked by anonymous 18.06.2014 / 03:50

1 answer

2

It seems that by usability guidelines, some OSs have restrictions for automatic keyboard invocation. But you can try for two "contour solutions":

  • call the prompt () function
  • Calling the .focus () function from within a program handler of a .click () event handler

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

18.06.2014 / 04:00