Pageboy icon indicating copy to clipboard operation
Pageboy copied to clipboard

Stop pageBoyVC swipe gestures when subview has swipe gestures.

Open WestFlow127 opened this issue 4 years ago • 3 comments

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.

WestFlow127 avatar Dec 16 '20 23:12 WestFlow127

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

abbas-mulani avatar Nov 03 '21 16:11 abbas-mulani

That did not work. But thanks for the thought. @abbas-mulani

WestFlow127 avatar Nov 03 '21 23:11 WestFlow127

Hi,

This can be done by setting isScrollEnabled on the TabmanViewController 🙂.

kaushalrola avatar Jan 13 '23 12:01 kaushalrola