`pointermove` event not working with touch. Why not?
On the MDN documentation page about pointermove, there’s this line: The pointermove event is fired when a pointer changes coordinates, and the pointer has not been canceled by a browser touch-action. source, emphasis mine After a short period of time, the (mobile) browser will claim the pointermove event for “native” behavior like panning the page. … Read more