CB-10650 Non-index content.src causes Splashscreen to be not displayed on browser

This commit is contained in:
daserge
2016-02-19 12:46:29 +03:00
parent 5ea854d8c3
commit 850159490c
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ var position = { x: 0, y: 0, width: splashImageWidth, height: splashImageHeight
var localSplash; // the image to display
var localSplashImage;
var bgColor = "#464646";
var imageSrc = 'img/logo.png';
var imageSrc = '/img/logo.png';
var splashScreenDelay = 3000; // in milliseconds
var showSplashScreen = true; // show splashcreen by default
var cordova = require('cordova');