Hi there! Is there any way to block scroll to the left in HorizontalPager? I want to allow scroll to the right only
h
henrikhorbovyi
06/04/2022, 4:09 PM
What are you trying to achieve with that?
Maybe HorizontalPager is not suitable for this scenario, as far as I understand, and maybe you should consider other way.
The best option I see is using navigation and preventing the user to return the navigation (backpress event).
Let me know if that make sense and I understand your question properly 😄