Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop pageBoyVC swipe gestures when subview has swipe gestures. #259

Open
WestFlow127 opened this issue Dec 16, 2020 · 3 comments
Open

Stop pageBoyVC swipe gestures when subview has swipe gestures. #259

WestFlow127 opened this issue Dec 16, 2020 · 3 comments

Comments

@WestFlow127
Copy link

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.

@abbas-mulani
Copy link

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

@WestFlow127
Copy link
Author

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

@kaushalrola
Copy link

Hi,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants