View Single Post
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#90
Originally Posted by MartinK View Post
Ok, why not. I have created issue 49 on Github to track this proposal.

BTW, do you have some experience with and/or examples for handling swipe gestures in QML ?
Great!

You only need to define a QML Gesture Area and implement onSwipe method (with desired angle) as a trigger to launch the next/previous page action.

Beware that if the are is near the borders, you need to disable global swipe gestures in fullscreen more to avoid the "swipe to menu" feature while you are reading pages. You can reenable it when showing the toolbar. Check this post as an example, although it might be other ways to handle that.
 

The Following User Says Thank You to ivgalvez For This Useful Post: