I’m using Ionic1 and the OneSignal plugin to receive push notifications.
Now, I’m seding push notifications with Actions buttons.
I’m wondering if it is possible (I think no), with Cordova/Ionic, to make possibile for the user to click an action button on the notification (like ‘Mark read’), and make an action without the need to launch the App.
This is an example:
I’m sending an Push message to the user’s device to remind him an appointment and ad Action button i send “Confirm appointment”.
I would like this action to triggher an action (like calling a confirm url to the server) without the need for the whole App to be launched.
If a native app can do this, Ionic apps can do it - that’s what Cordova plugins are there for.
I would you suggest how to achieve this native. I would start in the docs of push services like OneSignal and Firebase. They probably document how to do something like this. If you found some docs, come back and we’ll figure out how and if this is possible with Ionic.