Please help,
I have updated my meteor to version - Meteor 2.16
All are working well, but the launch screen in iOS is not working now
I have checked the change logs and my current configuration for the launch screen is
App.launchScreens({
// iOS
‘ios_universal’: ‘resources/updatedSplash/iPad Pro 12.91110.59.77.9 (2732x2732).png’,
‘ios_universal_3x’: ‘resources/updatedSplash/iPhone 6s Plus7 Plus8 PlusXXSXS Max (2208x2208).png’,
// Android
‘android_universal’: ‘resources/updatedSplash/android_universal(320x480).png’,
});
It works on Android but not on iOS.
Which is the previous Meteor version you were on?
We had issues on upgrading to Meteor 2.14 onwards, but was related on splash screen on Android, not iOS, Anyone got Android and iOS launchScreens to work in 2.14 - #12 by matheusccastro
Could you also provide us the cordova-plugins you use? Also, if possible a minimal reproduction repository where we can get straight same behavior as you do.
Be sure you also clean .meteor/local just in case is the cache acting, as well as uninstalling the previous build on the emulator, if exists.
Could you also try this?
Thanks for the response.
The previous version I used was 2.5.3.
Cordova plugins
cordova-plugin-android-permissions@1.1.5
cordova-plugin-app-launcher@0.4.0
cordova-plugin-appinfo-sync@0.2.0
cordova-plugin-camera@GitHub - felicienfrancois/cordova-plugin-camera: Apache Cordova Plugin camera
cordova-plugin-device@2.0.3
cordova-plugin-qr-barcode-scanner@8.0.3