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

Facebook post iframe shows too tiny #1113

Open OscarBus opened 10 months ago

OscarBus commented 10 months ago

Steps to Reproduce

I am setting up this iframe code but it won't show as aspected.

 

```html ```
`HtmlWidget` configuration Paste how you are configuring `HtmlWidget` in your app code, e.g.: return core.HtmlWidget( htmlVal, textStyle: textStyleVal, // factoryBuilder: MyWidgetFactory.new, customWidgetBuilder: customWidgetBuilder, ); ```dart ```
I am testing on Android OS 13 Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.13.7, on macOS 12.5 21G72 darwin-arm64, locale en-IN) [!] Android toolchain - develop for Android devices (Android SDK version 33.0.1) ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses [✓] Xcode - develop for iOS and macOS (Xcode 14.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2022.2) [✓] VS Code (version 1.84.2) [✓] Connected device (3 available) [✓] Network resources ! Doctor found issues in 1 category. ``` ```

Expected results

Screenshot_2023-11-28-13-28-02-604_com android chrome-edit

Actual results

1701158393506

daohoangson commented 10 months ago

Yes, this is a known limitation of the web view.