Add this line where you are initializing onesignal plugin.
in app.component.ts and after this.oneSignal.startInit('XXX'); line
this.oneSignal.inFocusDisplaying(0);
Add this line where you are initializing onesignal plugin.
in app.component.ts and after this.oneSignal.startInit('XXX'); line
this.oneSignal.inFocusDisplaying(0);