In phonegap application the html select option(dropdown) value is blank. That is shown white screen options instead of dropdown values but when click the option able to get the value from that.
This issue occur in only Android Lollipop devices( tested in nexus 4 and nexus 7 devices) other devices display correctly.
HTML code is:
<select id="selectlanguage" onchange="selectLangauge();">
<option value="english">English</option>
<option value="hindi">Hindi</option>
</select>

This is a known problem with Android WebView on Lollipop.
https://code.google.com/p/android/issues/detail?id=80909
One way to work around this is by generating a DIV that displays the list, essentially replacing the OPTIONs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With