flutter_widget_from_html icon indicating copy to clipboard operation
flutter_widget_from_html copied to clipboard

HtmlWidget infinite loop using iframe (ios 17)

Open FrancoTerranovaJob opened this issue 1 year ago • 2 comments

Hello,

Im facing an issue where htmlwidget seems to fail to load (it displays a loader but keeps loading forever) a simple

example of what im doing:

HtmlWidget( // iframe here )

package version that im using: flutter_widget_from_html: ^0.15.0 flutter version: 3.24.3

FrancoTerranovaJob avatar Oct 22 '24 20:10 FrancoTerranovaJob