LucasHeer Active Member Licensed User Longtime User Jan 26, 2021 #1 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!
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!
Erel B4X founder Staff member Licensed User Longtime User Jan 26, 2021 #2 You should use the built-in WebView. It is based on WKWebView. It looks like a problem or incompatibility in the web page. The error comes from the native WKWebView. Upvote 0
You should use the built-in WebView. It is based on WKWebView. It looks like a problem or incompatibility in the web page. The error comes from the native WKWebView.