Reputation: 75
I'm basically looking for a widget that works on Flutter for Web that allows you to embed a website as a widget inside an application.
This relates to Embedded Youtube video widget disappears while the web page (created by Flutter for Web) is scrolled up or down
Upvotes: 4
Views: 2173
Reputation: 327
you need to use IFrameElement.
here you can find a good explanation of how to do it.
Upvotes: 2