-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
<iframe> is not scrollable #205
Comments
Yes, the iframe captures all scroll events inside of it, even if the webpage doesn't scroll. There's not much I can do about this. Also the links are supposed to open inside the iframe area, since that's how an iframe normally behaves. |
@Sub6Resources |
Since the iframe tag depends on the flutter_webview plugin, you'll need to open an issue with them if you believe this should be the standard behavior. |
@Sub6Resources |
Thanks for this amazing update.
I have tested
<iframe>
and I think it's not scrollable on touching iframe area.Also for another new tag like
<video>
,<audio>
.And by clicking on link in iframe, it opens link on that iframe area.
The text was updated successfully, but these errors were encountered: