KeepSafe / TapTargetView

An implementation of tap targets from the Material Design guidelines for feature discovery.
Apache License 2.0
5.35k stars 587 forks source link

TapTarget view showing only on ist recycler view item #402

Open rkapila50 opened 1 year ago

rkapila50 commented 1 year ago

I have applied TapTarget view on recycler view , But each-time when i give the different index of recycler view to show target view, it is always showing on the 0th index /ist item of recycler view.

Tap target view is not moving to other indexes.

If someone could help me , Please assist.

Thanks in Advance.