-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[feat] add an optional splash screen spinner #928
Comments
Hi @peterpeterparker. You may be interested in animating your splash screen using #790 (android only). See an example of what it brings, or a simpler version. Some info on AnimatedVectorDrawable: How I do it:
Ask me if you need more info. |
@ptitjes thx for the links and details, definitely interesting and I might use it at some point, really cool 👍 that being said, I think the idea of a spinner is still kind of not too bad. It would be good to have a solution for both iOS and android and a spinner could be applied on full size splash image |
added spinner feature on #1653 |
[X] I would like to suggest a feature
Description
Cordova provide the ability optionally to display a spinner over the splash screen.
Reference: https://github.com/apache/cordova-plugin-splashscreen
I personally found this option interesting because I kind of feel that without spinner, even if the app took only 2 seconds too boot, as a user you kind of ask yourself if something is happening or not
If I'm not mistaken, maybe I missed it in the documentation, but this isn't possible yet in Capacitor therefore I allow myself to just suggest this feature
p.s.: If that would not be possible, already answered or if it's a duplicate etc. plz accept my apologies in advance
The text was updated successfully, but these errors were encountered: