I'm having problems with Google Chrome for Android.
My selecthtml tag doesn’t work there, but it works on desktop Google Chrome and other browsers, even on Safari and Apple mobile devices, but not on Google Chrome for Android.
I tried other apps that have the normal choice and they seem to work in the Google Chrome mobile.
Here is an example of what is happening:

I have no idea how to solve this problem. If anyone could give me clues about what could be causing.
This is the choice:
<select class="form-control" name="cardType" ng-model="payment.cardType" required>
<option value="AMEX">AMEX</option>
<option value="DINE">DINE</option>
<option value="DSVR">DSVR</option>
<option value="MCRD">MCRD</option>
<option value="VISA">VISA</option>
</select>
source
share