I am using WebView in my Android app. When I click on a select, a window with the select options is displayed, but the options color and background is both white, so they cannot be read, how can I change this style? If I open the same website on the regular Android browser then the options are rendered properly, So I'm guessing this is a problem with my styling, but I cannot pinpoint which style option is the one responsible.
Note that this is not a listview, but a regular web browser select popup dialog.