alibaba / UltraViewPager

UltraViewPager is an extension for ViewPager to provide multiple features in a single ViewPager.
MIT License
5k stars 680 forks source link

How to ban sliding #72

Closed thundeGG closed 6 years ago

thundeGG commented 6 years ago

How to ban sliding

longerian commented 6 years ago

call disableAutoScroll()

thundeGG commented 6 years ago

Thank you,But,How to ban manual sliding

longerian commented 6 years ago

OK, It's developed based on ViewPager, which is designed for manual silding. So I don't think it's a good idea to ban manual sliding, if you have to do this, you can make it not touchable by yourself.