Skip to content

Commit f231326

Browse files
committed
fix: fix http error on ios for webview
fixed docs issue
1 parent 8258672 commit f231326

File tree

4 files changed

+7
-359
lines changed

4 files changed

+7
-359
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Making a iOS build can be done by running the following commands
2323

2424
1. `npm run android.clear.build`
2525
2. `npm run android`, this will install the app and starts building the js. Wait until all JS has been compiled
26-
3. 'npm run android.build.js'
26+
3. `npm run android.build.js`
2727
4. `npm run android.debug`

ios/wdioDemoApp/Info.plist

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,9 @@
2626
<true/>
2727
<key>NSAppTransportSecurity</key>
2828
<dict>
29-
<key>NSExceptionDomains</key>
30-
<dict>
31-
<key>localhost</key>
32-
<dict>
33-
<key>NSExceptionAllowsInsecureHTTPLoads</key>
34-
<true/>
35-
</dict>
36-
</dict>
37-
</dict>
29+
<key>NSAllowsArbitraryLoads</key>
30+
<true/>
31+
</dict>
3832
<key>NSLocationWhenInUseUsageDescription</key>
3933
<string/>
4034
<key>UIAppFonts</key>

0 commit comments

Comments
 (0)