I’m developing a mobile/web application. When I view form fields in a mobile browser, like iPhone’s safari or even the chrome mobile app, I can’t lose focus on form fields unless I press another form element or “Done” on the keyboard..
I’ve even completely stripped my code down to:
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<form>
<input type="text"/>
</form>
</body>
</html>
and I still can’t lose focus (in mobile browsers) of the text field by pressing elsewhere!
Anyone have any ideas?
Try: