React-native-swiper: How to swipe up and swipe down (Vertical). Horizontal: false is not working

Created on 24 Jul 2016  路  9Comments  路  Source: leecade/react-native-swiper

Most helpful comment

Ok so I have investigated further - the issue only appears to be happening on android, iOS works

This is because Android is implementing the ViewPagerAndroid react native component, which doesn't have a vertical option, and the scrollview only has snapping in iOS

https://github.com/exponentjs/react-native-invertible-scroll-view/blob/master/InvertibleScrollView.js

Suggests to rotate the element 90 and then rotate the children back 90, haven't worked out how to accomplish this yet and im my head it will only work when the element is square

This stackoverflow thread shows how to make a vertical view pager in Android, but its a bit over my head how to get this to work with react just yet - im only just starting having come from Cordova

http://stackoverflow.com/questions/13477820/android-vertical-viewpager

All 9 comments

+1 Having the same problem

Ok so I have investigated further - the issue only appears to be happening on android, iOS works

This is because Android is implementing the ViewPagerAndroid react native component, which doesn't have a vertical option, and the scrollview only has snapping in iOS

https://github.com/exponentjs/react-native-invertible-scroll-view/blob/master/InvertibleScrollView.js

Suggests to rotate the element 90 and then rotate the children back 90, haven't worked out how to accomplish this yet and im my head it will only work when the element is square

This stackoverflow thread shows how to make a vertical view pager in Android, but its a bit over my head how to get this to work with react just yet - im only just starting having come from Cordova

http://stackoverflow.com/questions/13477820/android-vertical-viewpager

same problem!

Has anyone been solved yet?
Or in other ways.

has this been solved?

Any news?

wow this is bit surprising. vertical={true}, but still swiping left/right on android is odd.

same problem!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

Liqiankun picture Liqiankun  路  3Comments

nicolabortignon picture nicolabortignon  路  3Comments

commit-master picture commit-master  路  3Comments

kliuj picture kliuj  路  3Comments