ParallaxScroll icon indicating copy to clipboard operation
ParallaxScroll copied to clipboard

Support for viewpager swipe as parallaxed view

Open ashmosaheb opened this issue 10 years ago • 1 comments

Is there a way to support view pager being the first item as the parallaxed view. At the moment, I can add a view pager, but the swipe gesture does not seem to work. It may be because of the limitation of view pagers working well in scroll views.

I am trying to achieve something like the IMDB app where you have the parallax scrollview and a swipeable image carousel as the parallax view.

ashmosaheb avatar Dec 03 '14 17:12 ashmosaheb

I know that its an issue with gingerbread, that can be solved by custom scrollView/listView/recyclerView that disable itself when swiping left or right

nirhart avatar Dec 06 '14 21:12 nirhart