I'm developing an application that should run on mobile.
This application has a page that contains a carousel to show the user some information.
The issue i'm facing now is that it's very hard to swipe from a page to the next one within the carousel because the whole page bounces a little bit up and down: it's quite impossible to swipe perfectly horizontally and seems that the vertical component of the gesture causes vertical movements on a mobile.
Does anyone know a trick/workaround to help me?
Notes:
- I'm using an Iphone
- I get the same behaviour with the default demo application
Thanks in advance