TakuSemba / Spotlight

Android Library that lights items for tutorials or walk-throughs etc...
Apache License 2.0
3.61k stars 362 forks source link

Target Shift Upward When Multiple Next/Previous Clicks #121

Open Hussienfahmy opened 3 years ago

Hussienfahmy commented 3 years ago

Implemented as sample app but i got this weird action in video

https://user-images.githubusercontent.com/65970301/125004112-168d4400-e059-11eb-9cdf-0e96bc5056dc.mp4

saurabh810 commented 3 years ago

@Hussienfahmy I have also faced this issue when I provide a custom container to spotlight view. This is due to the anchor of the target view is adjusted multiple times on the previous & next click. I have fixed this issue in this commit 6aabc64.. Hope it will help you.

@TakuSemba This fix is implemented in this pull request. #125