Open WestFlow127 opened 3 years ago
I have a WebView a few levels down the hierarchy of the pageBoyVC that uses a swipe gesture on Instagram embeds that have multiple pictures. I don't see a clear way to tell the pageBoyVC to not swipe when swiping the WebView.
There should be a way to access the gestures of the PageViewVC.
Try with pageBoyVC.bounces = false
That did not work. But thanks for the thought. @abbas-mulani
Hi,
This can be done by setting isScrollEnabled on the TabmanViewController 🙂.
I have a WebView a few levels down the hierarchy of the pageBoyVC that uses a swipe gesture on Instagram embeds that have multiple pictures. I don't see a clear way to tell the pageBoyVC to not swipe when swiping the WebView.
There should be a way to access the gestures of the PageViewVC.