I am using IUI8 with WKWebView to translate an Android App to IOS, testing currently within B4i Bridge on an Iphone SE.
Any native keyboard inputs provoke the below error when the keyboard is opened. Someone on stackoverflow posted the only solution would be to upgrade to mkwebview. Anyone an idea if there is any solution preventing from this? Due to the error probably the keyboard's "done" doesn't work. The webview though can still react on it's own "ok" button and get the input from the element.
API error: <_UIKBCompatInputView: 0x14fd379d0; frame = (0 0; 0 0); layer = <CALayer: 0x1c003b780>> returned 0 width, assuming UIViewNoIntrinsicMetric
Does anyone know how to make the native "done" work?
Any native keyboard inputs provoke the below error when the keyboard is opened. Someone on stackoverflow posted the only solution would be to upgrade to mkwebview. Anyone an idea if there is any solution preventing from this? Due to the error probably the keyboard's "done" doesn't work. The webview though can still react on it's own "ok" button and get the input from the element.
API error: <_UIKBCompatInputView: 0x14fd379d0; frame = (0 0; 0 0); layer = <CALayer: 0x1c003b780>> returned 0 width, assuming UIViewNoIntrinsicMetric
Does anyone know how to make the native "done" work?
Last edited: