Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 3a63a6a

Browse files
A note about the minimum iOS deployment target
1 parent f1a76c4 commit 3a63a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ by [Eddy Verbruggen](http://twitter.com/eddyverbruggen) / [Telerik](http://www.t
44

55
__At the moment this plugin is NOT compatible with Cordova-iOS-4, see [#209](https://github.com/Telerik-Verified-Plugins/WKWebView/issues/209) for details.__
66

7-
87
## 0. Index
98

109
1. [Description](#1-description)
@@ -25,6 +24,7 @@ _BETA_ - things may break, [please post your feedback :)](https://github.com/Edd
2524

2625
### Take note!
2726

27+
* If you're seeing a white screen after startup, or a 'hanging splashscreen', make suer your Xcode project deployment target is set to iOS 8.0 or higher.
2828
* For a seamless upgrade to iOS9 this plugin wipes any existing `NSAppTransportSecurity` configuration you may have done (a new feature in iOS9) to allow communication with even HTTP (non-S) backends, like previous iOS versions did. You can and should configure access rules (`config.xml`) and use the whitelist plugin as before.
2929
* [Ionic](http://ionicframework.com/) tip: to prevent flashes of a black background, make sure you set `ion-nav-view`'s `background-color` to `transparent`.
3030
* If you need the [device plugin](https://github.com/apache/cordova-plugin-device), use at least Cordova-iOS 3.6.3 (deviceready never fires with 3.5.0 due to a currently unknown reason).

0 commit comments

Comments
 (0)