浏览代码

Add: NSAllowsArbitraryLoadsInWebContent for webView:decidePolicyForNavigationAction:decisionHandler:

Marino Faggiana 6 年之前
父节点
当前提交
459f9734ce
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      iOSClient/Brand/iOSClient.plist

+ 2 - 0
iOSClient/Brand/iOSClient.plist

@@ -102,6 +102,8 @@
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>
 		<true/>
+		<key>NSAllowsArbitraryLoadsInWebContent</key>
+		<true/>
 	</dict>
 	<key>NSCameraUsageDescription</key>
 	<string>The use of Camera is used to scan documet</string>