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 is stopping Flutter page widget to getting tap #1

Closed river2202 closed 5 years ago

river2202 commented 5 years ago

Possible solution:

river2202 commented 5 years ago

Some discussion here: https://stackoverflow.com/questions/7788780/uipageviewcontroller-gesture-recognizers

river2202 commented 5 years ago

Close this issue with option to enable/disable default tap gesture. This should fix 80% of user case.

Create a new improvement issue for more customisable option.