tangiable
tangiable
I am looking to use Videos instead of Images too in the CardStackView. Any suggestions how I can implement the same? Thanks AB
this doesn't seem to work. I tried setting Direction.Left but it allows swipe in all directions akin to Direction.FREEDOM.
@Barryrowe yes, just the way setting setCanScrollHorizontal = true works, just that now I want cards to swipe only in one direction (i.e. Left) while the other direction swipe is...
actually, I am using CardStack in a Fragment inside of a ViewPager. It is conflicting with swipe right gesture of ViewPager which should open another page.
hi did you get a resolution to this problem? I am facing the same issue, wherein setting only Direction.Left to the manager continues to allow swiping in all directions.