After subscribing to "pointermove" events, I noticed that I am receiving events with undefined values for the movementX
and movementY
properties. I have tested this on both Chrome and Safari, but have not found any documentation regarding this issue in OS compatibility charts. Does this mean that the properties are not supported on these browsers?
Note: I have tried testing with and without the touch-action: none
attribute.