sarbagyastha / flutter_rating_bar

A simple ratingbar for flutter which also include a rating bar indicator, supporting any fraction of rating.
MIT License
409 stars 103 forks source link

Broken on iOS Web #66

Open CodeWithClass opened 3 years ago

CodeWithClass commented 3 years ago

IMG_0006 Screenshot_20210607-104028_Chrome

Works fine on chrome android. Broken on all iOS browsers (I know they all use the same safari engine)

[✓] Flutter (Channel stable, 2.0.6, on macOS 11.4 20F71 darwin-x64, locale en-US)

mi1971 commented 3 years ago

I'm having same issue on iOS in browser.

razfazz commented 2 years ago

same issue here

rmckern commented 2 years ago

You can reproduce this on iOS web using the web demo on the package main page. Here is the link. https://sarbagyastha.com.np/flutter_rating_bar/

sarbagyastha commented 2 years ago

Thanks for reporting, will look into it.