-
Notifications
You must be signed in to change notification settings - Fork 746
how to add a launch screen for iOS and Android? #3192
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
Comments
There's no explicit tauri feature for this so you'll need to modify the Android Studio and code projects in src-tauri/gen and then official guides etc will apply as those are "normal"Android/x code projects you'd see outside of tauri land. P.S. the x code project already has a default LaunchScreen |
@FabianLars Thanks, the launch screen works! However, I'm seeing a blank white screen between the launch screen and my first page component. Any suggestions on how to resolve this? |
Nope, i'm stuck on that too tauri-apps/tauri#1564 (comment) / tauri-apps/tauri#1564 (comment) |
@hydra1983 Got it and thanks again. |
i'll reopen this for now because i think we can at least give an intro to this topic in our docs. |
Have the same issue, this is my biggest wish for this framework right now. Everything else works pretty damn well. Just can't have that white flash when launching the app. |
i'll keep the flash discussion etc in tauri-apps/tauri#1564 to keep this one here about potential guides etc. (kinda have a solution for the flash so head over there for updates) |
It seems there is no doc about this?
The text was updated successfully, but these errors were encountered: