jdlopezq

Results 1 issues of jdlopezq

Hi i'm trying to make this work `this.backgroundMode.enable()` `this.backgroundMode.on('activate').subscribe(() => { this.splashScreen.show() })` `this.backgroundMode.on('deactivate').subscribe(() => { this.splashScreen.hide() })` but when I install this on the phone it doesn't work, its...