Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gesture has no timeout #3

Open
backboon opened this issue Jun 12, 2017 · 0 comments
Open

gesture has no timeout #3

backboon opened this issue Jun 12, 2017 · 0 comments

Comments

@backboon
Copy link

Hello developers,

workflow to reproduce:

  • embed the gesture in view in a viewcontroller with other gestures enabled (e.g. UIScrollView)
  • start morse gesture, which is not the expected morse code
  • start other gesture (e.g. try to scroll the UIScrollView

expected:

  • other gesture should work

issue:

  • other gesture doesn't work

analysis:

  • morse gesture is running forever and catches all events
  • maybe you should add an optional timeout to your gesture implementation
  • or you let other gestures work simultanous

best regards, Oliver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant