cordova-plugin-geofence icon indicating copy to clipboard operation
cordova-plugin-geofence copied to clipboard

go to determinate view of my app when a notification is clicked

Open YeisonVelez11 opened this issue 6 years ago • 0 comments

I am doing an app in IONIC1 using cordova-plugin-geofence

I understand that the notification is activated when I am close to a certain place like the image.

Is it possible when the notification appears and click on it, get some data from this place and then this redirects me to somewhere in my app with this parameter? for example:

trigger_when_click_on_the_notification(data){ $state.go("state", { "id_Received":data }) } how can do it? thanks

YeisonVelez11 avatar Jun 21 '18 20:06 YeisonVelez11