VerticalViewPager scroll doesnt work when listview is used inside one of the fragment.
Hi, VerticalViewPager scroll doesn't work when a list-view is used inside it. I guess the list-view vertical scroll motion is conflicting with the vertical scroll of the the pager...Can you look at it. thanks
try this fork: https://github.com/CiprianU/VerticalViewPager . I already did a pull request, but it didn't get merged yet.
+1 for this pull request. I spent a day or two trying to solve this problem before finding this, and this fix is better than mine.
+1 this worked for me.
+1 this worked for me.
@HomHomLin hi man,just use Ciprian's VerticalViewPager instead of this url's https://github.com/landsnail/VerticalViewPager/tree/master/vertical
this worked for me.thank you very much!
Hello @CiprianU, I tried the fork you mentioned above. I have a fragment with ScrollView and also some other components like video embeds, webview, images, banner and widget form ads etc. The transition from one page to other is not smooth, it is laggy and not consistent. Is this due to having so many components in the page? If so how can I optimize the transition, please suggest.