Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
LuochuanAD committed Jan 5, 2018
1 parent 0590988 commit 87015c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified LCWebViewDemo/.DS_Store
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion LCWebViewDemo/LCWebView/LCWebViewTool/LCWebView.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ - (void)createWKWebViewWithWKWebViewConfiguration:(nullable WKWebViewConfigurati
// 不通过用户交互,是否可以打开窗口
configuration.preferences.javaScriptCanOpenWindowsAutomatically = NO;

//此处自定义默认配置

}
WeakDelegateWKWebViewController *delegateController=[[WeakDelegateWKWebViewController alloc]init];
delegateController.delegate=self;
Expand Down

0 comments on commit 87015c8

Please sign in to comment.