Answers for "how to remove white screen after splash screen ionic 4"

0

how to remove white screen after splash screen ionic 4

this.platform.ready().then(async () => {
     setTimeout(()=>{
        SplashScreen.hide({
          fadeOutDuration: 1000
        });
      }, 2000)
})
Posted by: Guest on July-31-2021

Code answers related to "how to remove white screen after splash screen ionic 4"

Browse Popular Code Answers by Language