I've got this code:
<select>
<option value="c">Klassen</option>
<option value="t">Docenten</option>
<option value="r">Lokalen</option>
<option value="s">Leerlingen</option>
</select>
Running in a full-screen web-app on iPhone.
When selecting something from this list, the iPhone zooms in on the select
-element. And doesn't zoom back out after selecting something.
How can I prevent this? Or zoom back out?