Browse Source

Add: NSAllowsArbitraryLoadsInWebContent for webView:decidePolicyForNavigationAction:decisionHandler:

Marino Faggiana 6 years ago
parent
commit
459f9734ce
1 changed files with 2 additions and 0 deletions
  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>