diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-15 12:55:19 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-15 12:55:19 +0100 |
commit | 8ca8662ced7cca6b4c30e38f06a5b85a1528551e (patch) | |
tree | c11147d8ab7e0822d292c112aca76a94f2d21f50 /src/js/app.js | |
parent | 13c6c0aae2825b42b753b7cc6dd1eb0032264dc1 (diff) |
display splash screen on android
Diffstat (limited to 'src/js/app.js')
-rw-r--r-- | src/js/app.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/js/app.js b/src/js/app.js index e8b2b21..6f723ba 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -143,6 +143,9 @@ var tpl = { return this; } FMS.initialized = 1; + if ( navigator && navigator.splashscreen ) { + navigator.splashscreen.hide(); + } tpl.loadTemplates( FMS.templates, function() { if ( typeof device !== 'undefined' && device.platform === 'Android' ) { |