Category "touch-event"

In android how to find what /dev/input/event* is used for touchscreen using c function

I am trying to read touchscreen event, in my device /dev/input/event4 is used for touchscreen, while in some other phone, event7 is used for touchscreen. I am l

JQuery .on("click") triggers "mouseover" on touch device

I'm encountering unwanted behavior when using JQuery's $.on("click", function(){}); on touch devices. This is my code below: Code: $(".team").on("mouseover",