Skip to content

Commit

Permalink
fix(edge): wrong pointercancel event
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 8, 2015
1 parent d537a48 commit 0522863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utils/tap.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ ionic.tap = {
if (window.navigator.pointerEnabled) {
tapEventListener('pointerdown');
tapEventListener('pointerup');
tapEventListener('pointcancel');
tapEventListener('pointercancel');
tapTouchMoveListener = 'pointermove';

} else if (window.navigator.msPointerEnabled) {
Expand Down

0 comments on commit 0522863

Please sign in to comment.