Skip to content

Commit

Permalink
Add touchCancel and touchEnd to local listener attachments
Browse files Browse the repository at this point in the history
They can block scrolling on touch devices
  • Loading branch information
nhunzaker committed Apr 7, 2017
1 parent c94c846 commit 8911065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderers/dom/shared/ReactBrowserEventEmitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ var localOnly = {
topWaiting: true,
topTouchMove: true,
topTouchStart: true,
topTouchCancel: true,
topTouchEnd: true,
};

/**
Expand Down

0 comments on commit 8911065

Please sign in to comment.