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

Can we control splash screen loading time ? #36

Closed
tjclubby opened this issue Dec 17, 2019 · 1 comment
Closed

Can we control splash screen loading time ? #36

tjclubby opened this issue Dec 17, 2019 · 1 comment

Comments

@tjclubby
Copy link

Can we extend the time of flash screen

@henriquearthur
Copy link
Collaborator

Duplicated #10

I don't think adding a duration property is a good idea. The thing is, a splash screen is meant to be visible while the app is loading and not for a certain period of time. Let's say you specify a 5 seconds splash screen but you app loads on 10 seconds, you have a 5 seconds gap. If your app loads in 3 seconds, you have 2 seconds lost. I am not an UX expert but I'm sure those guys would say you lose a few users on those 2 seconds.

From the technical perspective, implementing a duration property would also mean adding custom Activity on Android and custom ViewController on iOS. It is not possible to do it by just using launch_background.xml and LaunchScreen.storyboard.

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

2 participants