kikoso / Swipeable-Cards

A native library providing a Tinder-like cards effect. A card can be constructed using an image and displayed with animation effects, dismiss-to-like and dismiss-to-unlike, and use different sorting mechanisms.
Apache License 2.0
1.48k stars 364 forks source link

Swiping when view is inside Viewpager tab #95

Open jitinsharma opened 8 years ago

jitinsharma commented 8 years ago

I have a activity with tab view implemented using View pager. Inside one of fragment i have library's swipeable cards. When i try to swipe the library cards, the tab swipe happens. Is there some method i can override to avoid viewpager's swipe? Thanks