flutter-webview-windows icon indicating copy to clipboard operation
flutter-webview-windows copied to clipboard

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

Open JemmyWang94 opened this issue 1 year ago • 1 comments

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.

https://github.com/user-attachments/assets/05649cb5-a762-4c9a-877e-3569aa149a46

JemmyWang94 avatar Sep 25 '24 02:09 JemmyWang94

Is there a good solution?

YangLang116 avatar Sep 29 '24 07:09 YangLang116