-
-
Notifications
You must be signed in to change notification settings - Fork 889
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
Scroll not working when iframe is rendered. #299
Comments
I fixed it my own by removing the built-in gesture. To: |
@sivaperumal644, @tauitdnmd Is correct. Flutter needs you to better define how it should recognize scrolling when you have nested views. If you find problems with this approach, that are specific to this library, please provide a code example and I will attempt to reproduce the problem and fix it. If I don't receive a reply in about a week, I'll close the issue and assume the problem has been solved |
@tauitdnmd, @ryan-berger above fix what @tauitdnmd told worked for me. Thanks for the help. |
@sivaperumal644 We'll leave this issue open until the pull request is merged |
This is issue is still there |
@mdalihusain could you open a new ticket, and include example code and which platform you're testing on. |
When you have iframe rendered in your screen, you cannot scroll on iframe. I had to scroll from left or right corners of the screen, but cannot scroll by touching the iframe.
The text was updated successfully, but these errors were encountered: