SwipeStack
SwipeStack copied to clipboard
Not working when i add the same within a view pager
Are there any guidelines when using within a viewpager ?
There may be a problem because of both viewpager and swipestack require onTouchListeners, though both are applied to different views (Im assuming viewpager is on the view holding the swipestack) and hence dont see why there should be a problem.
What is the challenge you are facing?
This view should be used in a viewpager, because you can not define which view touch event will be passed to.
Hey #CreaRo , pager does not swipe when implement onClickListener method in adapter.