I'm building a web-based native chat, and I'm running into some issues with the autocorrect suggestion bubbles.
As you can see in the following image, the suggestions get placed underneath the keyboard.
The view is a React webapp inside a WKWebView
, only the navigation bar is native. The webview bottom is constrained to the keyboards top. I've used this hack to remove the input accessory.
Is there any way to force the suggestion bubble to be placed above and not below the input text field?