Hello,
I have designed an application with multiple pages using Erel's sliding panels demonstration.
In one of the panel I have a rotary button (control knob) that the code is handling through Activity.ACTION_MOVE.
I would like to implement the stdViewPager because it is much smoother and gives a better user experience.
I have modified my code for the stdPageViewer, very simple to use thanks. But I am now facing a problem between the actions on the knob and the pages swipe.
If I start the rotation on my object at 3 o'clock or 9 o'clock (vertically) my control works well.
If I start at 12 o'clock or 6 o'clock (horizontally), the gesture is considered as page swipe, as I can understand.
Would it be possible to prevent page swipe gesture above a defined area ?
Thanks,
Jerome
I have designed an application with multiple pages using Erel's sliding panels demonstration.
In one of the panel I have a rotary button (control knob) that the code is handling through Activity.ACTION_MOVE.
I would like to implement the stdViewPager because it is much smoother and gives a better user experience.
I have modified my code for the stdPageViewer, very simple to use thanks. But I am now facing a problem between the actions on the knob and the pages swipe.
If I start the rotation on my object at 3 o'clock or 9 o'clock (vertically) my control works well.
If I start at 12 o'clock or 6 o'clock (horizontally), the gesture is considered as page swipe, as I can understand.
Would it be possible to prevent page swipe gesture above a defined area ?
Thanks,
Jerome