bhaveshjabuvani88 / CarouselEffect

Carousel Effect with ViewPager
134 stars 51 forks source link

Bottom ViewPager stop working well in fragments navigation #6

Open jonthn90 opened 5 years ago

jonthn90 commented 5 years ago

I implement the code in fragments.

At first the flow and transitions work fine but when I open an internal fragment (instead of activity full screen) and then try to return to the carousel screen again, the back viewpager stops working well.

I check the indices and values in the onPageScrolled method and everything seems fine, but visually it seems that the order and sense of the transition is lost.

petervasil1234 commented 5 years ago

Hello, can I help with this one?