I developed an mobile app for Android using PhoneGap. I also published it for browsers.
On my phone, when I view the app in Chrome, I get the following select menu style :

However, when I open the app packaged with PhoneGap, I get this :

For the exact same code.
How can I style the select menu on the Android device so it appears like in Chrome?
I tried using --webkit-appearance, but I'm not sure how to use it exactly...