-
-
Notifications
You must be signed in to change notification settings - Fork 260
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 rendering creates empty spaces and RenderFlex overflow error #1169
Comments
in iOS can't show <iframe> data, i have a src source,only show a white view |
What is your HTML? |
@BasakK6 the latest version |
@daohoangson looks like the RenderFlex overflow error is resolved in the flutter_widget_from_html@0.15.0 but it still creates vertical gaps. Please find a comparison between the versions 0.15.0 and 0.10.6 below: version 0.15.0 result:version 0.10.6 result: |
The latest version ( |
Guys any update on this as we are facing same issue in our app |
Steps to Reproduce
HTML
`HtmlWidget` configuration
Tesing environment
Expected results
iFrames should be rendered to fit to the device width without the RenderFlex overflow error and without horizontal/vertical gaps. I realized that RenderFlex overflow error and the vertical gaps only happen after flutter_widget_from_html: ^0.14.2. flutter_widget_from_html: ^0.10.6 is working without a RenderFlex overflow error but some of the iframes don't fit to the device width.
Actual results
flutter_widget_from_html: ^0.14.11 outputs:
flutter_widget_from_html: ^0.10.6 outputs:
The text was updated successfully, but these errors were encountered: