C2MStoryViewer icon indicating copy to clipboard operation
C2MStoryViewer copied to clipboard

ViewPager2 migration

Open Jack29913 opened this issue 5 years ago • 2 comments

I am trying to use viewpager2 with this library as it supports RTL. Looks like StoryPagerAdapter and some other components need to be modified. Could you please give support?

Thanks

Jack29913 avatar Dec 04 '20 12:12 Jack29913

I am trying to use viewpager2 with this library as it supports RTL. Looks like StoryPagerAdapter and some other components need to be modified. Could you please give support?

Thanks

Hi, @Jack29913 i have updated this code repository for viewpager 2 library support https://github.com/zeeshanrasool91/C2MStoryViewer.git Please check this url and check for branch viewpager2, and update me if you find any issue

zeeshanrasool91 avatar Feb 07 '21 14:02 zeeshanrasool91

I am trying to use viewpager2 with this library as it supports RTL. Looks like StoryPagerAdapter and some other components need to be modified. Could you please give support? Thanks

Hi, @Jack29913 i have updated this code repository for viewpager 2 library support https://github.com/zeeshanrasool91/C2MStoryViewer.git Please check this url and check for branch viewpager2, and update me if you find any issue

using viewpager2 when we set viewpager.currentItem = 1 (or 2,3,4) . it is opening viewpager2 in middle of two fragments of viewpager2

DeepakHeadspire avatar Aug 30 '22 22:08 DeepakHeadspire