Cordova comes with a config for this; Just add it to the config.xml file at the root of the project and you should be good to go:
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
Cordova comes with a config for this; Just add it to the config.xml file at the root of the project and you should be good to go:
<preference name="KeyboardDisplayRequiresUserAction" value="false" />