Merge branch 'master' of https://github.com/sgrebnov/cordova-plugin-splashscreen
This commit is contained in:
commit
71dc86786b
@ -69,7 +69,7 @@ var SplashScreen = {
|
||||
localSplash.style.position = "absolute";
|
||||
|
||||
localSplashImage = document.createElement("img");
|
||||
localSplashImage.src = "img/splashscreen.png";
|
||||
localSplashImage.src = "ms-appx:///images/splashscreen.png";
|
||||
localSplashImage.style.position = "absolute";
|
||||
|
||||
updateImageLocation();
|
||||
|
Loading…
x
Reference in New Issue
Block a user