FeleMed
FeleMed

Reputation: 621

What fires 'touchmove' event?

I've been debugging a touchmove event and 'console.logging it', yet I still don't get and still haven't found any information on how does this event actually get fired.

So is this event fired based on distance/time, both?, When is this fired?

Upvotes: 0

Views: 161

Answers (1)

Michael Kunst
Michael Kunst

Reputation: 2988

The exact implementation depends on the user agent, as can be read in the specification on here in section 5.5 the touchmove event

Upvotes: 1

Related Questions