CB-11751 'extendedSplashScreen' is undefined
Document that splashscreen needs to be disabled on Windows in case of updating 
entire document body


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/04667e04
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/04667e04
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/04667e04

Branch: refs/heads/4.0.x
Commit: 04667e04c029f7ccfdd1567b128ee56dc041450a
Parents: de28cf8
Author: daserge <v-ses...@microsoft.com>
Authored: Tue Nov 15 17:04:57 2016 +0300
Committer: daserge <v-ses...@microsoft.com>
Committed: Fri Dec 2 17:27:37 2016 +0300

----------------------------------------------------------------------
 README.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/04667e04/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 71b13e5..aa2aa64 100644
--- a/README.md
+++ b/README.md
@@ -384,6 +384,9 @@ To disable the splashscreen add the following preference to 
`config.xml`:
 <preference name="SplashScreenDelay" value="0"/>
 ```
 
+**Windows Quirk**: You should disable the splashscreen in case you are 
updating the entire document body dynamically (f.e. with a SPA router) to avoid 
affecting UI/controls.  
+Note that you should also directly reference `WinJS/base.js` in the page HTML 
in this case to avoid the issues with activation context 
([CB-11658](https://issues.apache.org/jira/browse/CB-11658)).
+
 **iOS Quirk**: to disable the splashscreen on `ios` platform you should also 
add `<preference name="FadeSplashScreenDuration" value="0"/>` to `config.xml`.
 
 - `FadeSplashScreen` (boolean, defaults to `true`): Set to `false` to


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to