worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

Rapid Clicks On OverlaySequence #111

Open rodrigo9411 opened 7 years ago

rodrigo9411 commented 7 years ago

If you click rapidly within an OverlaySequence (I'm using the listener method) When the tutorial finishes, the UI is left unresponsive and you can't interact with anything on screen (nav buttons do work). I'm guessing it has something to do with animations, because when i removed them, the problem was gone

FelixEder commented 7 years ago

@rodrigo9411 I have the exact same problem, which is very irritating. Have you found a solution (other than to remove the animations)?

rodrigo9411 commented 7 years ago

Unfortunately no, the only solution i found is removing the animations.

2017-08-30 6:38 GMT-06:00 Felix Eder notifications@github.com:

@rodrigo9411 https://github.com/rodrigo9411 I have the exact same problem, which is very irritating. Have you found a solution (other than to remove the animations)?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/worker8/TourGuide/issues/111#issuecomment-325977322, or mute the thread https://github.com/notifications/unsubscribe-auth/AQX60i22OlohW7RBDEh7vI8QOyHET851ks5sdVfWgaJpZM4OmzCf .

FelixEder commented 7 years ago

Hm, that's unfortunate.