Hi,
I am making app which should be deployed in ios.
I have set text focus to next textbox on input, but the keyboard hides while focusing to next textbox and cursor also is not seen
How can I solve it ?
Thanks,
Ishani
Hi,
I am making app which should be deployed in ios.
I have set text focus to next textbox on input, but the keyboard hides while focusing to next textbox and cursor also is not seen
How can I solve it ?
Thanks,
Ishani
Hello!
"I have set text focus to next textbox on input" - are you doing this programmatically? What code you use? or you just tap on Input and nothing happens?
Hi, Maryna, thanks for your reply
I have solved the problem from my side changing in config.xml
KeyboardDisplayRequiresUserAction to false value
Thank you for update!