When I add ScrollView
inside pager and scroll right it is scrolling between pages, and not inside the ScrollView
.
- How do I prevent scrolling between pages until the condition happens?
- How do I make it scroll inside
ScrollView
until reaching the end, then scrolling between pages?