Opening the keyboard on tap

Hi Guys,

I’m trying to open the keyboard when the user taps an element. It is not an input field or textarea. How can I do that?

in config.xml set this:

<preference name="KeyboardDisplayRequiresUserAction" value="false" />

Then you can make a focus(); call with Jquery or Angular.

1 Like

Thanks for the reply but it didn’t work :frowning: