Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
element.click()
sending tap on IE10
IE 10 uses current mouse position for clientX and clientY, which breaks the TAP_DISTANCE function. Use NaN as a default start position to mitigate Fixes #1640 [1.0] Tap gesture does not trigger when calling `this.click` in IE10
- Loading branch information