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

chore: don't hide splash automatically #34

Merged
merged 1 commit into from
Oct 28, 2024
Merged

chore: don't hide splash automatically #34

merged 1 commit into from
Oct 28, 2024

Conversation

jcesarmobile
Copy link
Member

At the moment we install the splash screen plugin but it's not being used because the launchShowDuration is being set to 0 by default. We have a SplashScreen.hide(); call that is not doing anything since the splash screen is not being shown.

So replace the launchShowDuration: 0, with launchAutoHide: false, so the splash screen is displayed and SplashScreen.hide(); hides it.

Alternatively, we can just uninstall the splash screen plugin and remove the code for it.

@jcesarmobile jcesarmobile merged commit 7a19769 into main Oct 28, 2024
5 checks passed
@jcesarmobile jcesarmobile deleted the no-hide branch October 28, 2024 08:40
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

Successfully merging this pull request may close these issues.

3 participants