File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 2.0.3]
2+
3+ * fix: mixedContentMode: AndroidMixedContentMode.MIXED_CONTENT_ALWAYS_ALLOW
4+
15## [ 2.0.2]
26
37* 添加 refresh api
Original file line number Diff line number Diff line change @@ -153,7 +153,9 @@ class _FKWebViewState extends State<FKWebView>
153153 /// 禁用缩放
154154 supportZoom: false ,
155155 ),
156- android: AndroidInAppWebViewOptions (useHybridComposition: true )),
156+ android: AndroidInAppWebViewOptions (
157+ useHybridComposition: true ,
158+ mixedContentMode: AndroidMixedContentMode .MIXED_CONTENT_ALWAYS_ALLOW )),
157159 onWebViewCreated: (InAppWebViewController controller) {
158160 _webViewController = controller;
159161 print ("FKWebView: onWebViewCreated" );
Original file line number Diff line number Diff line change 11name : fk_webview
22description : A new Flutter WebView package.
3- version : 2.0.2
3+ version : 2.0.3
44homepage : http://github.com/flutter-fast-kit/fk_webview
55
66environment :
You can’t perform that action at this time.
0 commit comments