我有以下代码:
<select>
<option value="c">Klassen</option>
<option value="t">Docenten</option>
<option value="r">Lokalen</option>
<option value="s">Leerlingen</option>
</select>
在iPhone上的全屏网络应用中运行。
从此列表中选择某项时,iPhone会放大select
-element。并且在选择某些内容后不会缩小。
我该如何预防?还是缩小?