dwengs opened a new issue, #1575: URL: https://github.com/apache/cordova-ios/issues/1575
# Bug Report ## Problem ### What is expected to happen? The viewport should not shrink on the iOS 26 when virtual keyboard shown. (focusing on input elements etc.) ### What does actually happen? - The viewport is 812px before the keyboard shown, 744px after keyboard dismissed. - The viewport height does not recalculate. - Breaks "position: fixed" elements and overscrolls the body. ## Information On iOS 26 the infamous "keyboards shrinks webview height" problem reoccured. Same issue a few years ago https://github.com/apache/cordova-ios/issues/417 ### Environment, Platform, Device iOS 26.0.1 Cordova iOS 7.1.1 iPhone 12 Mini ### Version information Built in Xcode 26 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
