Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black screen happening when first launch the app #263

Closed
bhandaribhuminpfizer opened this issue Nov 18, 2021 · 2 comments
Closed

Black screen happening when first launch the app #263

bhandaribhuminpfizer opened this issue Nov 18, 2021 · 2 comments

Comments

@bhandaribhuminpfizer
Copy link

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

@bhandaribhuminpfizer 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 bhandaribhuminpfizer changed the title Black screen happening when you first launch the app Black screen happening when first launch the app Nov 18, 2021
@mlynch
Copy link
Contributor

mlynch commented Oct 2, 2022

Closing as wontfix as Cordova is no longer supported by the new @capacitor/assets tool

@mlynch mlynch closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2022
@Mortenjoe
Copy link

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.

Best regards

Morten

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants