Hi,
I'm developing an iOS game with intel XDK build. When I install the app on my device, I'm getting a splashscreen with logo of Cordava at the beginning of the app. I would like to remove it. Is there anyway to do that? I tried Cranberry splashscreen plugin but it isn't working.
Please help. Thanks.
Have you tried this?
https://www.npmjs.com/package/cordova-p ... lashscreen
navigator.splashscreen.hide();[/code:dh7r7jhu] I would also guess that if you set your own splash screen in the settings, it replaces the Cordova one but I haven't built anything in a while.
remove the IntelXDK.plugins.additions.xml
and in the config files, removes lines about splashscreens
— blackant Thank you. I will check that and let you know the output.
Develop games in your browser. Powerful, performant & highly capable.
blackant I don't see 'IntelXDK.plugins.additions.xml' in my sourcecode, where can find that? Also, I didn't find any lines about splashscreens in the config files.
— I have a doubt. Where should I page the code?