Phonegap - iOS keyboard is not hiding on outside tap of input field
- by Prasoon
On input text focus, keyboard appears as expected. But when I click outside of the input text, keyboard does not hide. I am using java script and jQuery. With jQueryMobile JS and CSS - page behaves correctly. But for this project we are not using jQueryMobile.
This problem is only with iOS simulator/device. With Android, it's working perfectly fine.
I even tried using document.activeElement.blur(); on outer element click/tap. But then I am unable to focus to input text, because that input text is inside that outer element.