Hi all,
I would like to use a simple html select with no style:
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
</select>
As we can see in the image attached the select has different behaviour in Android smartphone/tablet.
How can I manage it? I would like to use always the “smartphone” behaviour if possibile.
Thank you.