cordova-plugin-background-mode icon indicating copy to clipboard operation
cordova-plugin-background-mode copied to clipboard

I would like to hide the splash screen

Open massimilianocom opened this issue 10 months ago • 1 comments

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

massimilianocom avatar Mar 29 '24 16:03 massimilianocom