interactive_webview icon indicating copy to clipboard operation
interactive_webview copied to clipboard

how to release it,like 'flutterWebviewPlugin.close()'

Open bianxiang opened this issue 4 years ago • 3 comments

how to release it,like 'flutterWebviewPlugin.close()'

using it can not release

bianxiang avatar Mar 18 '20 10:03 bianxiang

needed as well

shamnex avatar Apr 09 '20 14:04 shamnex

como liberá-lo, como 'flutterWebviewPlugin.close ()'

usando não pode liberar

+1

thapp-com-br avatar Aug 11 '20 11:08 thapp-com-br

Hi guys, since this plugin aim to be a singleton instance in the app so I did not expose that fuction The other workaround is to reload about:blank page, just evaluate a js func like this: window.location.href = "about:blank"

duyduong avatar Aug 13 '20 00:08 duyduong