You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/28 13:02:24 UTC

[GitHub] [cordova-plugin-splashscreen] antwal opened a new issue #256: Browser custom splash not working

antwal opened a new issue #256:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/256


   # Bug Report
   
   ## Problem
   Custom splashscreen not working
   
   
   ### What is expected to happen?
   using the setting 
   `<preference name="SplashScreen" value="img/splashscreen.png" />`
   it should change the generated file in the www folder
   
   
   ### What does actually happen?
   in the generated file I find
   `var imageSrc = '/img/logo.png';`
   and when the app loads I see an image not found that refers to the /img/logo.png file
   
   it seems that the function is not validated correctly
   `imageSrc = cfg.getPreferenceValue('SplashScreen') || imageSrc;`
   
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-splashscreen] antwal commented on issue #256: Browser custom splash not working

Posted by GitBox <gi...@apache.org>.
antwal commented on issue #256:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/256#issuecomment-620597965


   Resolved


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org