Page 1 of 1

Keyboard gets hide on next textbox focus

Posted: Wed Mar 12, 2014 8:58 am
by ishani modi

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


Keyboard gets hide on next textbox focus

Posted: Wed Mar 12, 2014 11:33 am
by Maryna Brodina

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?


Keyboard gets hide on next textbox focus

Posted: Wed Mar 12, 2014 12:35 pm
by ishani modi

Hi, Maryna, thanks for your reply
I have solved the problem from my side changing in config.xml
KeyboardDisplayRequiresUserAction to false value


Keyboard gets hide on next textbox focus

Posted: Wed Mar 12, 2014 12:58 pm
by Maryna Brodina

Thank you for update!