Skip to content

[FEATURE] iframe support via WebViews on Flutter for Web #873

Closed
@erickok

Description

@erickok

Describe your feature request

We use flutter_webview to render iframes, but this only support Flutter for Android and iOS. On Flutter for Web this does nothing - iframes are not rendered.

However, we are so close to full Flutter for Web support that having support for iframe rendering would be nice.
Additional context

It first seemed unfeasible and out of scope, but I found this post explaining how we can actually render html trees in Flutter Web: https://stackoverflow.com/questions/58150503/webview-in-flutter-web

This is actually directly supported by the flutter_webview alternative package https://pub.dev/packages/easy_web_view/changelog

A picture of a cute animal (not mandatory but encouraged)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions