ToxicBakery / ViewPagerTransforms

Library containing common animations needed for transforming ViewPager scrolling for Android v13+.
https://toxicbakery.github.io/ViewPagerTransforms/
Apache License 2.0
2.57k stars 489 forks source link

onClick listers wrong reference, not passing focus #67

Open radvansky-tomas opened 6 years ago

radvansky-tomas commented 6 years ago

Hi, I am using your library, trying to implement FlipHorizontalTransformer

Inside my view pagers I have fragments with buttons, and their onClickLIsteners...but every time I use your library, these listeners start to overlap:

I have 2 pages: On page on i have Button1 and on page 2 i have Button2 (on same sort of relative location)

But when I am on page2 and click to Button2 -> Button1 onClick lister fires up!!!

Its like this page never left screen...its still on top (but hidden)...can you explain how to fix this ?!