flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
600 stars 40 forks source link

improve gesture recognizers #190

Closed michaelknoch closed 6 years ago

michaelknoch commented 6 years ago

Type of change: improvement

Current behavior

only the first recognizer in the recognizer hierachy will be taken into account. Other recognizers wont receive any touch actions.

Expected behavior

all recognizers in the recognizer hiereachy should be able to recognize actions and cancel other recognizers like on iOS

Please check if the PR fulfills these requirements