You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,10 @@ This plugin displays and hides a splash screen while your web application is lau
74
74
## Supported Platforms
75
75
76
76
- Android
77
-
- iOS
77
+
- iOS
78
+
__Note__: iOS implementation has been moved to the core framework.
79
+
If using `cordova-ios@5` or earlier, use `cordova-plugin-splashscreen@5`
80
+
If using `cordova-ios@6` or later, use `cordova-plugin-splashscreen@6`. If developing exclusively for the iOS platform, this plugin can be uninstalled.
78
81
- Windows (`cordova-windows` version >= 4.4.0 is required)
79
82
__Note__: Extended splashscreen does not require the plugin on Windows (as opposed to Android and iOS) in case you don't use the plugin API, i.e. programmatic hide/show.
0 commit comments