Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Touch device ghost click triggers on different element Reply To: Touch device ghost click triggers on different element

#252913
Shikkediel
Participant

Thanks, some interesting reading material there. Much appreciated.

I can’t see how that code could work without event.handled ever being set to false though. Unless I’m unaware of a native .handled that automatcially resets the variable after click somehow…

This whole thing is a lot more complicated than it might look at first, I found out.
Pointer events are definitely something I’ll be looking into.