Is there something about the Carousel component that makes it a bad idea to use it for content that I want the user to be able to swipe through, (like book reader)?
On the two devices I've tested, it takes many tries to swipe through the carousel, as if there's a "sensitivity" property and it's too low for carousels. Other pages and components in the same app have no issue picking up on swipes.
I am only testing with minimal text content, so I can't imagine my carousel panels are too large and slowing things down.
Would it work better if I disabled the navigation?
Thanks!