You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by lo...@apache.org on 2013/07/18 22:14:53 UTC

git commit: [CB-3968] added blackberry quirks section to plugin documentation

Updated Branches:
  refs/heads/master d60e0d9c7 -> dfee6f7a5


[CB-3968] added blackberry quirks section to plugin documentation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/dfee6f7a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/dfee6f7a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/dfee6f7a

Branch: refs/heads/master
Commit: dfee6f7a5cef4b76f3d55e313a4c1abe0842bccb
Parents: d60e0d9
Author: lorinbeer <lo...@adobe.com>
Authored: Thu Jul 18 13:14:49 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Thu Jul 18 13:14:49 2013 -0700

----------------------------------------------------------------------
 docs/splashscreen.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/dfee6f7a/docs/splashscreen.md
----------------------------------------------------------------------
diff --git a/docs/splashscreen.md b/docs/splashscreen.md
index 53df714..20074bf 100644
--- a/docs/splashscreen.md
+++ b/docs/splashscreen.md
@@ -78,7 +78,12 @@ Setup
    - Default@2x~iphone.png (640x960 pixels)
    - Default~iphone.png (320x480 pixels)
         
-        
+### BlackBerry10
+
+## Quirks
+
+The SplashScreen BlackBerry10 plugin implements hide(), but show() is not possible using the built in OS mechanism. The advantage to using this is the splash screen is displayed before WebKit boots and issupports multiple images for various device resolutions and orientations.
+We also implemented the AutoHideSplashScreen config.xml value, similar to iOS.