소스 검색

Update README.md

Added iOS docs
Rafal Wachol 6 년 전
부모
커밋
ec6516d0d0
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      README.md

+ 17 - 0
README.md

@@ -16,6 +16,23 @@ you won't be able to use snackbars, dialogs ...
 
 For help getting started with Flutter, view our online [documentation](http://flutter.io/).
 
+#### iOS
+
+In order for plugin to work correctly, you need to add new key to `ios/Runner/Info.plist`
+
+```xml
+<key>NSAppTransportSecurity</key>
+<dict>
+    <key>NSAllowsArbitraryLoads</key>
+    <true/>
+    <key>NSAllowsArbitraryLoadsInWebContent</key>
+    <true/>
+</dict>
+```
+
+`NSAllowsArbitraryLoadsInWebContent` is for iOS 10+ and `NSAllowsArbitraryLoads` for iOS 9.
+
+
 ### How it works
 
 #### Launch WebView Fullscreen with Flutter navigation