From dfee6f7a5cef4b76f3d55e313a4c1abe0842bccb Mon Sep 17 00:00:00 2001 From: lorinbeer Date: Thu, 18 Jul 2013 13:14:49 -0700 Subject: [PATCH] [CB-3968] added blackberry quirks section to plugin documentation --- docs/splashscreen.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.