How do I make Jetpack Compose HorizontalPager swipe forward only (disable backward swipe)?
On Android using Jetpack Compose, I want to make the HorizontalPager scroll in only one direction, so forward only. I can’t get either pointerInput
or pointerInteropFilter
to correctly handle my gesture detection.