- Click and tap is different
mousemove
andtouchmove
is different- Touch haven’t hover
- Touch precision is not accurate as mouse
- Handle Touch and scroll
- Multi touch should be considered
touch-action
should set, when Touch eventspreventDefault()
.- Pointer events can be used to handle both mouse and touch events.
See: