river2202 / flutter-native-page-view-controller

A Flutter plugin to use native iOS UIPageViewController.
MIT License
11 stars 4 forks source link

iOS UIPageviewController default gesture conflict with Page gesture #3

Open river2202 opened 5 years ago

river2202 commented 5 years ago

Default tap to turn page back and forth can be enable/disable by bool disableNativeTap = true.

Need a solution for more complicated situation like swipe gesture for scrollView inside page.

Some discussion: https://stackoverflow.com/questions/7788780/uipageviewcontroller-gesture-recognizers Limit default gestture area. https://www.lukaszielinski.de/blog/posts/2014/03/26/restrict-panning-of-uipageviewcontroller-to-certain-area/