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
The text was updated successfully, but these errors were encountered:
bhandaribhuminpfizer
changed the title
Black screen happening right when you first launch the app
Black screen happening when you first launch the app
Nov 18, 2021
bhandaribhuminpfizer
changed the title
Black screen happening when you first launch the app
Black screen happening when first launch the app
Nov 18, 2021
Just had the same issue as described in here and in the cordova reference (in an all Capacitor app). Same issue also described in #314. I believe the reason is the high image resolution that is causing the image to use more memory than the allowed 25 mb as described in this SO question (see Responding to the launch of your app for memory limit reference). One solution could be to make separate images for portrait and landscape instead of the square image that covers both. For now I am down-sizing to 2400*2400 which btw easily can be done from the mac terminal with sips -Z 2400 *.png in the Splash.imageset folder.
I am facing the same issue, we are using CI build to generate the resources, can anyone fix it and add resources for the storyboard?
Ref link: apache/cordova-ios#990 (comment)
Issue link: apache/cordova-ios#990
The text was updated successfully, but these errors were encountered: