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

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

$
0
0

FWIW, I just tried this with the following:

export class HomePage {
  fruit = "apple";

  constructor() {
    Promise.resolve().then(() => {
      console.log(this.fruit);
      debugger;
    });
  }
}

When the debugger statement fires, this resolves as expected to the HomePage object. I wonder what’s different in our situations. My Chrome is 80.0.3987.132.


Viewing all articles
Browse latest Browse all 230064

Trending Articles



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