Issue with Input Switching on Chrome for Android
I am facing difficulty when trying to switch between two input fields. The HTML code is as follows:
<input type="text"/>
<input type="text"/>
When I enter text in the first input and click on the second input, the on-screen keyboard disappears. This forces me to click on the second input again to show the keyboard, which is quite frustrating.
I have attempted assigning them a tabindex
, but that did not resolve the issue. Placing them within a form
also did not help.
To view the problem, you can check out this fiddle: http://jsfiddle.net/k9bnd2gy/4/show/