Reputation: 456
A new Cordova HelloWorld application with Cordova 5.0.0 and iOs 3.8.0 deployed via Xcode on iPhone 6 runnns with 320x568px instead of 375x667px.
runs in the simulator just fine
issue was found on my "older" current project, which should be updated for iPhone6. This project started with Cordova 3.5. Found the bugreport on apache cordova. First: Tried the bugfixe suggestions -> no success. Second: Updated Cordova -> no success.
after these steps I downloaded the HelloWorld application to try if it works with completely new project -> no success.
Upvotes: 1
Views: 98
Reputation: 456
Totally different problem. The option "Adjust the text size at Settings > Display & Brightness > Text Size" was activated. (https://support.apple.com/en-us/HT203073)
Upvotes: 0
Reputation: 4641
if your app is running in this resolution on an iPhone 6 you have two possible reasons: - the phone is in compatibility mode (I assume not) - you did not provide a LaunchScreen-Storyboard in your project or a fitting LaunchImage for the dimensions.
If you do not provide a LaunchScreen-Storyboard or a large LaunchImage for this resolution, the app will run automatically in compatibility mode.
Upvotes: 1