vigetlabs/react-ink

Chrome 64: not working on mouse events

AnoXDD opened this issue · 3 comments

Been using this component for quite a while, until the ripple is not showing up on click when my Chrome is updated to 64. However, the ripple shows up if I touch my screen.

Set hasTouch to be false seems to solve the issue (worked on both touch and mouse events from my laptop), although I don't know what Chrome 64 did to change the way ink detects the touch events.

Gross. I'm guessing the touch detection is off.

Ah... Actually. I bet the issue is that both touch and clicks are supported. We want to allow both.