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

splash screen stuck by default for Flutter web app, but normal on iOS device #628

Closed
Frank1016 opened this issue Nov 28, 2023 · 2 comments
Closed

Comments

@Frank1016
Copy link

Frank1016 commented Nov 28, 2023

Describe the bug

got a stuck splash screen by default for Flutter web app, but normal on iOS device

Configuration

native splash

flutter_native_splash:
color: "#fafafa"
image: assets/logo/logo_clear.png
color_dark: "#303030"
image_dark: assets/logo/logo_clear.png

android_12:
image: assets/logo/logo_clear.png
icon_background_color: "#fafafa"
image_dark: assets/logo/logo_clear.png
icon_background_color_dark: "#303030"

Device (please complete the following information):

  • Device: Chrome (web)
  • OS: iOS 16.4
  • Flutter: 3.16.0

To Reproduce
Just create a new Flutter app in VS code, then set up flutter_native_splash, and run in Chrome

@mohmedelsayed
Copy link

i faced it too

@MirzaCickusic
Copy link

Same here.

It works fine on Android for me. But the web is stuck even when I change the route, which should re-render the widget.

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