소스 검색

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>