You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello guys,
we recently moved to ios 6.0.0, one of the changes switch from legacy launch images to story board images.
we created the images according to the dimensions given in the documentation launch storyboard images at cordova website
opened xcode, and navigated to Images.xcassets then LaunchStoryboard and saw the images.
then on the iphone x running ios 13.5.1 deleted the app to prevent cashing as mentioned.
run the app, but all i got is a white screen and then the app continue normally.
i thought the problem was with photos, so i created one blue photo with dimensions 2732x2732
added <splash src="res/screen/ios/Default@2x~universal~anyany.png" /> to config.xml and removed the others.
then ran
cordova prepare ios
opened xcode, and navigated to Images.xcassets then LaunchStoryboard and saw the blue image and the others removed.
but the same thing happened again, just white screen not my image.
i deleted the app every time i needed to install.
cleaned the build folder.
tried on the simulator with no use.
can anyone tell me what i am doing wrong ?
cordova: 9.0.0
cordova-ios: 9.0.0 (cordova-lib@9.0.1)
device running on:
iphone x, ios 13.5.1
The text was updated successfully, but these errors were encountered:
hello guys,
we recently moved to ios 6.0.0, one of the changes switch from legacy launch images to story board images.
we created the images according to the dimensions given in the documentation
launch storyboard images at cordova website
and added the following to config.xml
then ran the following command
cordova prepare ios
opened xcode, and navigated to Images.xcassets then LaunchStoryboard and saw the images.
then on the iphone x running ios 13.5.1 deleted the app to prevent cashing as mentioned.
run the app, but all i got is a white screen and then the app continue normally.
i thought the problem was with photos, so i created one blue photo with dimensions 2732x2732
added
<splash src="res/screen/ios/Default@2x~universal~anyany.png" />
to config.xml and removed the others.then ran
cordova prepare ios
opened xcode, and navigated to Images.xcassets then LaunchStoryboard and saw the blue image and the others removed.
but the same thing happened again, just white screen not my image.
i deleted the app every time i needed to install.
cleaned the build folder.
tried on the simulator with no use.
can anyone tell me what i am doing wrong ?
cordova: 9.0.0
cordova-ios: 9.0.0 (cordova-lib@9.0.1)
device running on:
iphone x, ios 13.5.1
The text was updated successfully, but these errors were encountered: