Search code examples
androidwebkitcordova

Enable programmatically focus on text field inside phonegap running on Android


I call textFieldElement.focus() inside my phonegap Android app but the keyboard is not slide up after that. Can you guy help with that? Thanks a lot.


Solution

  • Yes, it's know. You can work around this in android by writeing native java code as plugin to programaticaly show softkeyboard. Here are few hints