flutter_spinkit icon indicating copy to clipboard operation
flutter_spinkit copied to clipboard

PuringHourglass widget does not animate on web mobile browsers

Open kociubin opened this issue 3 years ago • 1 comments

If an app with the PouringHourglass widget is deployed to the web and opened on a mobile browser such as Safari or Android Chrome, the PouringHourglass widget doesn't show the animation.

As a workaround, If I request the DesktopVersion of the webApp, then it automates correctly but that's quite inconvenient.

kociubin avatar May 20 '21 00:05 kociubin

Hey @kociubin

This is currently a limitation on flutter for web

See https://github.com/flutter/flutter/issues/44572

jogboms avatar Aug 28 '21 07:08 jogboms