I have a very simple Android app that's just a WebView. Everything works fine (complex Javascript etc.). However, all of the HTML select
controls seem to be disabled. They display with default values, but nothing happens when I click on them, and they don't get the orange highlight when I arrow through the controls.
Other inputs (text, radios, submit) work fine, so I don't think it's a focus issue.
Configuration:
I had the same problem. My problem was fixed by changing overflow:hidden
to overflow:visible
on a containing element.
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