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

​ Tourguide is not terminated properly. #97

Open aerovolvox opened 8 years ago

aerovolvox commented 8 years ago

​ I used similar example of Sequence.ContinueMethod.Overlay (continue method paramater). When I click normal there is no problem but when click fast it is not terminated. On screen it looks like it's gone but I can't click buttons. To my theory a transparent overlay is left. I want to bind a listener to overlay for track it but I can't select the overlay. Is there anybody has idea?

wowvisio commented 8 years ago

I am also facing Same issue

ckclark commented 7 years ago

I also faced the same issue. It turned out that the animation should not be reused. Animations should be new-ed every time for ChainTourGuide to use.

MichaelReyes commented 7 years ago

@ckclark this fixed the issue for me. Thanks

rodrigo9411 commented 7 years ago

I tried using new animations each time but sill ended up with the same problem, what fixed it was removing animations alltogether