[Issue] Electron project stalls on launch-screen

When I create a Electron project, build and run it (as is - no modification to KitchenSink or code), it works fine in the browser, but not in Electron. It sticks at the launch-screen (in the browser the F7 fades nicely to Kitchen-Sink)

    <preference name="AutoHideSplashScreen" value="false" />
    <preference name="ShowSplashScreenSpinner" value="false" />
    <preference name="SplashScreenDelay" value="0" />

I also had to remove all traces of SplashScreenProxy to make the project build again.

I think it would be a good idea to remove these things from the Electron target in the cli…

Yes, it was already discussed here on forum. Splash screen got support for Electron platform recently and it breaks the build. It can be fixed by just removing splash screen plugin. I will disable this plugin by default when Electron is set as Cordova target in CLI update later this week