cordova-plugin-background-mode
cordova-plugin-background-mode copied to clipboard
I would like to hide the splash screen
Hi everyone I wish the splash screen didn't appear I did this taken from the cordova apache guides
function onDeviceReady() { navigator.splashscreen.hide();
}
but nothing doesn't work I still see the splashscreen