Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 231010

Error "tried calling SplashScreen.hide, but the SplashScreen plugin is not installed"

$
0
0

As usual it was my fault, I had forgotten that in the meantime I had modified this part of the code:

  initializeApp() {
    const context = this;
    context.settings.initAppSettings();
    context.platform.ready().then(() => {
      context.statusBar.styleDefault();
      context.splashScreen.hide();
...
}

Removing the context.platform.ready() condition, so probably the tried to close the splash screen to soon,

Now it works.

Claudio


Viewing all articles
Browse latest Browse all 231010

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>