wswoodruff commented on issue #417: URL: https://github.com/apache/cordova-ios/issues/417#issuecomment-767149076
Still experiencing this issue. Looked all over the net and all over issues referenced here — workarounds here didn't work like scrolling to the top of the page Related deps: `viewport-fit=cover` exists in `viewport` meta tag `cordova` 10.x.x `cordova-plugin-wkkeyboardfix` v1.1.0 installed — didn't notice any change after adding `cordova-plugin-ionic-webview` v5.0.0 `cordova-plugin-ionic-keyboard` v2.2.0 Related `config.xml` settings ```xml <preference name="KeyboardResize" value="true" /> <preference name="KeyboardResizeMode" value="native" /> ``` I've tried setting `KeyboardResizeMode` to `body` but it's still busted ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
