goangus edited a comment on issue #990: URL: https://github.com/apache/cordova-ios/issues/990#issuecomment-704767488
> > i'm sorry to hear that, I'm not sure what else to suggest. I have `cordova ios 6.1.1` and `cordova-plugin-splashscreen 5.0.4`. > > Removing `UILaunchStoryboardName` worked for me. Maybe try removing and reinstalling the ios platform and the splashscreen plugin with cordova. Then rebuild the app and remove that plist entry again. Hopefully that will work for you. > > Hi @goangus Thanks for your reply. The problem persists to me even using corvoda ios 6.1.1. Removing the UILaunchStoryboardName entry won't work. Besides not working it also squeezes the app view port to the middle of the screen. Did you try it using a new device on simulator like "iPhone 11 Pro Max"? I believe if you try in an old device (small screen) it might give you the impression it is working correctly. > > Please take a look on how the app is presented after removing the UILaunchStoryboardName entry from the info.plist file: > @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">` ---------------------------------------------------------------- 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]
