Andrewcpu
Andrewcpu

Reputation: 75

Embed a web page as a Widget inside Flutter for Web application (similar to iframe)

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

Answers (1)

Nader
Nader

Reputation: 327

you need to use IFrameElement.

here you can find a good explanation of how to do it.

Upvotes: 2

Related Questions