flutter webview plugin background transparent

Solutions on MaxInterview for flutter webview plugin background transparent by the best coders in the world

showing results for - "flutter webview plugin background transparent"
Imran
07 Aug 2018
1/// if you are using flutter_webview_plugin set it on WebviewManager.java
2webView.setBackgroundColor(0x00000000);
similar questions