Skip to content

[BUG] html widget refresh after resize #1181

Open
@poringe

Description

@poringe

Hi,

After load all widget. if resizing for the first time(first time only) html widget will refresh. how can i prevent this?

  1. load all widget
    image

  2. resizing browser for the first time. html widget refresh (youtube)
    image

Code

                                 Html(
                                  shrinkWrap: true,
                                  data: HotNewsData.findById(topicId).desc,
                                  style: {
                                    '#': Style(
                                      padding: const EdgeInsets.fromLTRB(
                                          4, 4, 4, 4),
                                      fontSize: FontSize(18),
                                    ),
                                  },
                                  customRenders: {
                                    iframeMatcher(): youtubeRender()
                                  },
                                ),

flutter_html: ^3.0.0-alpha.6
flutter_html_iframe: ^3.0.0-alpha.3

sorry for my english

Metadata

Metadata

Assignees

No one assigned

    Labels

    <iframe>Issues with the <iframe> tagbugSomething isn't working

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions