awran5 / react-simple-star-rating

A simple react component for adding a star rating to your project.
https://react-simple-star-rating.vercel.app/
MIT License
136 stars 32 forks source link

Only trigger touch specific code on touch events #51

Open fcheung opened 1 year ago

fcheung commented 1 year ago

In handlePointerEnter, handlePointerLeave this is a separate code path for touch devices, gated by isTouchDevice().

However, just because a device supports touch inputs doesn't mean they are actually being used. For example some laptops have touch screens in addition to trackpad, external mice etc. Therefore we should check to see whether the specific event we are handling is a touch event