iOS Keyboard accessory view has a gap to the rest of the keyboard on iOS 17 beta 3. Happens only on WKWebView but not on native UITextFields

101 Views Asked by At

I have a WebView based iOS project where the keyboard is not rendering as expected on iOS 17 but works fine on devices with iOS 15,16. Attached are the images from simulator and device.Simulator Screenshot Device Screenshot

Please help.

I tried setting WebView contentInset in keyboardWillShow() but it did not work.

0

There are 0 best solutions below