ninjasort / react-star-rating

[Looking for Maintainers (email me)]: A simple star rating component built with React.
MIT License
173 stars 58 forks source link

doesn't work in IOS #5

Closed omarignis closed 9 years ago

omarignis commented 9 years ago

Actual version doesn't work correctly in iOS. Clicking on stars doesn't work on first try. First click changes stars but second click is needed to save value. Aditional CSS workaround for iOS also needed: add style cursor: pointer to container to trigger onclick events

ninjasort commented 9 years ago

6 fixes this.