Hi everybody. I try to remove the splash screen but I can’t
My app is based in Ionic Conference. Y try all:
-
remove the splash plugin
-
with code in app.ts
hideSplashScreen() {
if (Splashscreen) {
setTimeout(() => {
Splashscreen.hide();
}, 1000);
}
} -
remove all the splash tags in config.xml (and hide the splash with 0 seconds)
and nothing works…anybody can help? thank you very much!