bug: White screen on IOS 14.2 with production build
See original GitHub issuePrerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
- Nightly
Current Behavior
Default ionic app (sidemenu template) doesn’t work on IOS 14.2 with production build. Only a blank screen is displayed (only with production build config)
Expected Behavior
Display default app (sidemenu template)
Steps to Reproduce
ionic start ionic-test-app sidemenu --capacitor
cd ionic-test-app
ionic cap add ios
npm run build
npx cap sync -c production
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.16.3 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 6.3.1 @angular-devkit/build-angular : 14.2.6 @angular-devkit/schematics : 14.2.6 @angular/cli : 14.2.6 @ionic/angular-toolkit : 6.1.0
Capacitor:
Capacitor CLI : 4.3.0 @capacitor/android : not installed @capacitor/core : 4.3.0 @capacitor/ios : 4.3.0
Utility:
cordova-res : 0.15.4 native-run : 1.7.1
System:
NodeJS : v14.18.1 (/Users/mrodriguez/.nvm/versions/node/v14.18.1/bin/node) npm : 8.19.2 OS : macOS Monterey
Additional Information
No response
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top GitHub Comments
Updating the
.browserslistrc
file works fine for me on IOS 14.2From:
To:
Thanks @sebaferreras !!!
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.