daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

IFRAME does not respect width attribute #1109

Closed daohoangson closed 4 months ago

daohoangson commented 10 months ago

Steps to Reproduce

HTML ```html

Some title

Some text and the image

 

Some bold text and the link here in the text.

And video at the end

```
`HtmlWidget` configuration ```dart HtmlWidget(html) ```

Expected results

IFRAME's width is 560px.

Actual results

Full width.

daohoangson commented 10 months ago

v0.14.8 has been released with the fix for this. Please try upgrading to see whether it works for you.