globules-io commented on issue #244:
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/244#issuecomment-657070119


   ```
    <platform name="electron">
           <preference name="ElectronSettingsFilePath" 
value="res/electron/settings.json" />
           <preference name="SplashScreen" 
value="res/screens/electron/land-480x320-screen.png" />
           <preference name="AutoHideSplashScreen" value="true" />
           <preference name="SplashScreenDelay" value="3000" />
           <preference name="ShowSplashScreen" value="true" />
           <preference name="SplashScreenWidth" value="480" />
           <preference name="SplashScreenHeight" value="320" />
       </platform> 
   ```  
   
   ```
   adding proxy for SplashScreen
   SplashScreenProxy.js:80 Uncaught TypeError: Cannot read property 
'appendChild' of null
       at Object.show (SplashScreenProxy.js:80)
       at showAndHide (SplashScreenProxy.js:143)
       at SplashScreenProxy.js:158
       at XMLHttpRequest.xhrStatusChangeHandler (cordova.js:902)
   land-480x320-screen.png:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
   
   ```
   I guess image is not copied over? Note that `land-480x320-screen.png` exists.


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to