标签: ionic-framework push-notification notifications cordova-plugin-fcm
this.fcm.onNotification().subscribe(data => { if(data.wasTapped){ console.log("Received in background"); } else { console.log("Received in foreground"); }; });
所以,我的问题是在不点击通知的情况下获取后台数据