cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
264 stars 318 forks source link

On notification cliked taking time trigger with ionic app? #272

Open saty932 opened 6 years ago

saty932 commented 6 years ago

` this.geofence.onNotificationClicked().subscribe( res =>{

}); ` I have written above method to get notified with the Id when user clicks on any notification.The main issue with this method is it's triggers lately.I mean after ionviewdidload after some time it's triggers?I am actually setting some thing in the nativestorage based on that I am showing some cards.If ionviwedidload triggers first i need to show some offers otherwise base on notification clicked we need to show some offers.