VerticalViewPager icon indicating copy to clipboard operation
VerticalViewPager copied to clipboard

VerticalViewPager scroll doesnt work when listview is used inside one of the fragment.

Open learnNcode opened this issue 10 years ago • 7 comments

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

learnNcode avatar Mar 04 '15 11:03 learnNcode

try this fork: https://github.com/CiprianU/VerticalViewPager . I already did a pull request, but it didn't get merged yet.

CiprianU avatar Mar 04 '15 11:03 CiprianU

+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.

journeymansix avatar Jun 23 '15 14:06 journeymansix

+1 this worked for me.

bentrengrove avatar Jul 23 '15 13:07 bentrengrove

+1 this worked for me.

MIkeeJY avatar Mar 21 '16 05:03 MIkeeJY

@HomHomLin hi man,just use Ciprian's VerticalViewPager instead of this url's https://github.com/landsnail/VerticalViewPager/tree/master/vertical

MIkeeJY avatar Apr 21 '16 06:04 MIkeeJY

this worked for me.thank you very much!

HaobinXu avatar May 30 '16 07:05 HaobinXu

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.

veenahuddar avatar Dec 06 '16 06:12 veenahuddar