chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redirect to specific page after user taps on notification?

bsprengelmeijer opened this issue · comments

Is there a way to achieve this? I don't see any specific event being triggered on tap, only on receiving the message.

Did u find any solution for this ?

Did u find any solution for this ?

I switched to cordova-plugin-firebasex.

There you get the tap property when the user has tapped on the message. Together with additional data you can sent in your push message you can determine which page you want the user to redirect to.