Hi Guys,
Is there any way to style font size of ionic form select in Android? Popup is handled by the browser, I am wondering is there is any way to customize it.
<select>
<option>Blue</option>
<option selected>Green</option>
<option>Red</option>
</select>
Thank you