dreyescat / bootstrap-rating

Bootstrap Rating is a jQuery plugin that creates a rating control that uses Bootstrap glyphicons for rating symbols.
http://dreyescat.github.io/bootstrap-rating/
MIT License
192 stars 78 forks source link

Problem with multiple ratings under iOS7 #8

Closed ghost closed 9 years ago

ghost commented 9 years ago

On my iPhone 4 I have a problem with multiple ratings. For example I can choose 3 stars for the first rating. When I try to select 4 stars in the next row, the selection from the first row is lost!?

Any Suggestions?

dreyescat commented 9 years ago

Thanks for reporting this issue.

It does not only affect a specific device or version of the operating system. Even not only a specific version of the browser. It seems that none of the iOS devices support click events. Instead TouchEvents should be used. So, I have added basic support for touch events.

Hope it helps.

nwittstruck commented 7 years ago

I'm still having this issue on iOS 10 - any idea how to fix this?

BoussonNicolas commented 7 years ago

I am having the same bug even on iOS 8. any idea how to fix this ? This makes unfortunately this plugin unusable.. even if nicely behaving for other plateforms.