Skip to content

Whenever I close the webview and reopen it, a flashing white interface appears #311

Description

@JemmyWang94

Column(
children: [
Container(height: 30, color: Colors.yellow, child: ElevatedButton(onPressed: (){
setState(() {
showBrowser = !showBrowser;
});
}, child: Container(color: Colors.blue)),),
Expanded(child: showBrowser ? Container(color: Colors.red,):ExampleBrowser()),
],
)

I use this code to add a button to control the display and hiding of webview.
7C1D4652BD4EFFCC1A412414AF04A7A5.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions