I want to dismiss the iOS keyboard when the user hits the return key on the virtual keyboard my (HTML/CSS/JS based) website. Is this possible?
The current form looks like:
<input type="email" class="form-control" placeholder="Enter Email"
id="email-form" autocorrect="off" autocapitalize="off">
thanks