My current setup includes a structure like this:
<div>
<input type="text" name="completeName" id="completeName" value="" maxlength="50">
</div>
On iOS devices (both tablets and iPhones using Safari), I'm facing an issue where clicking outside the input field does not remove focus, resulting in the keyboard not hiding automatically.
Any ideas on how to resolve this problem? (It seems to work fine on Android devices)