cordova - How to get softKeyboard up on focus method in Android :PhoneGap? -


i having 1 html page inside having 1 textarea id="txtmessage", on dom ready method, have put $("#txtmessage").focus(); but issue when page gets load, cursor on textarea, keyboard doesn't showed up. if again tap on textarea field, keyboard appears. can please me out?

yes, it's know. can work around in android writeing native java code plugin programaticaly show softkeyboard. here few hints


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -