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?
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.
Thanks for the reply but it didn’t work