In order to make this work, we needed the timeStamp property from the pointer event, which originally was being lost in the conversion from touch event to pointer event. The first commit fixes that. The 2nd commit is the port from PointerGestures with the necessary changes.
In order to make this work, we needed the
timeStamp
property from the pointer event, which originally was being lost in the conversion from touch event to pointer event. The first commit fixes that. The 2nd commit is the port from PointerGestures with the necessary changes.