davidtoledo commented on issue #990: URL: https://github.com/apache/cordova-ios/issues/990#issuecomment-704983833
> > @davidtoledo No problem. I tested on a couple of simulators, including iPhone X, but I mainly used physical devices. Works on iPhone 5, 8 plus. Also on iPad, and all tested on iOS 13 and 14. I'm guessing there must be configuration differences between our projects. There should be an an index.html file in the www folder in the root of your project. Can you check the meta viewport tag? should look something like ` <meta name="viewport" content="initial-scale=1, width=device-width, viewport-fit=cover">` @goangus Thanks for your reply. I completely replaced my my meta viewport line for yours and the problem persists. I agree the problem might be related to configuration but in my opinion it is something in the cordova initialization module. I don't think any adjustments in the code would fix the problem. Please confirm if you are using only the Default 2x universal anyany splash image, like me: <splash src="res/screen/ios/Default@2x~universal~anyany.jpg" /> Maybe one of the plugins I am using is affecting the view port too. Here's a list of the plugins I am using: @globules-io/cordova-plugin-ios-xhr 1.0.8 "Cordova WKWebView File XHR Plugin" cordova-plugin-device 2.0.4-dev "Device" cordova-plugin-inappbrowser 4.0.0 "InAppBrowser" cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard" cordova-plugin-ios-camera-permissions 1.2.0 "iOS Permissions" cordova-plugin-network-information 3.0.0-dev "Network Information" cordova-plugin-screen-orientation 3.0.2 "Screen Orientation" cordova-plugin-splashscreen 6.0.0 "Splashscreen" cordova-plugin-statusbar 2.4.3 "StatusBar" cordova-plugin-whitelist 1.3.3 "Whitelist" de.mayflower.cordova.android-scrollbar 0.2.1 "android-scrollbar" es6-promise-plugin 4.2.2 "Promise" mobi.moica.whatsapp 0.0.1 "Whatsapp" onesignal-cordova-plugin 2.10.1 "OneSignal Push Notifications" phonegap-plugin-mobile-accessibility 1.0.5-dev "Mobile Accessibility" ---------------------------------------------------------------- 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]
