-
Notifications
You must be signed in to change notification settings - Fork 946
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ios): loss of touch end or cancel event in multi-finger scenarios
In a multi-finger scenario, the _touchBeganView local variable only records the last touch view since touch began is entered multiple times, causing the began and cancel/end events to be unmatched. To fix this, we use a simple approach - that record all touch began Views and send events to all recorded views at the end. Please note that we have not fully adapted the multi-fingered scenario.
- Loading branch information
Showing
1 changed file
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters