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

Error in mobil's browser #25

Open
Spiderbezno opened this issue Sep 21, 2022 · 3 comments
Open

Error in mobil's browser #25

Spiderbezno opened this issue Sep 21, 2022 · 3 comments

Comments

@Spiderbezno
Copy link

Spiderbezno commented Sep 21, 2022

The widget does not work fine in mobile browsers like iOS Safari and Chrome and Android Chrome, I a desktop browser works fine

emoji-informationemoji

@psk907
Copy link
Owner

psk907 commented Oct 25, 2022

It might be because of the web renderer that your build is using.
You need to use the canvaskit renderer to allow SVGs to load properly on all browsers.

Check out the following article to learn how to force canvaskit renderer at runtime/build time.
docs.flutter.dev/development/platform-integration/web/renderers

@Spiderbezno
Copy link
Author

OK, thanks, i will try it

@Spiderbezno
Copy link
Author

Spiderbezno commented Oct 25, 2022

It's true, but this is not a bug? this widget is only valid on web with render canvasKit

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