-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
[IOS] swipe not working if the PDFView in a scrollable widget #265
Comments
Same issue in android 14.0. There is the emulator properties (but I tried on a live tablet, same issue): There is a simple example. I can't scroll the pdf, but I can scroll the containers. |
Add gestureRecognizers option in PDFView like this: |
I have a
SingleChildScrollView
wrapping aColumn
one of its children is thePDFView
, so when I try to swipe the pd (vertically or horizontally), it doesn't work on IOS device but it works fine on AndroidThe text was updated successfully, but these errors were encountered: