Hello!
I am using WKWebView to load a webpage.
When I try to click on a select, the page zooms in, but there is no dropdown. I get this error in the log:
API error: <_UIKBCompatInputView: 0x12f93c3e0; frame = (0 0; 0 0); layer = <CALayer: 0x283401620>> returned 0 width, assuming UIViewNoIntrinsicMetric
The select is an ASP.Net select. It works in Safari and Chrome. Any Suggestions?
Thank you!
I am using WKWebView to load a webpage.
When I try to click on a select, the page zooms in, but there is no dropdown. I get this error in the log:
API error: <_UIKBCompatInputView: 0x12f93c3e0; frame = (0 0; 0 0); layer = <CALayer: 0x283401620>> returned 0 width, assuming UIViewNoIntrinsicMetric
The select is an ASP.Net select. It works in Safari and Chrome. Any Suggestions?
Thank you!