gonzaloaune / GCMPushPlugin

Push notifications for Cordova (GCM & Native support)
MIT License
37 stars 20 forks source link

Notification click from notification bar #29

Open edvenkat opened 8 years ago

edvenkat commented 8 years ago

Hai All, I open the My App and click the notification from notification bar the onNotification function called But i did not open my app and click the notification from notification bar the onNotification function is not called.please advice......

mohanoorani commented 6 years ago

use

window.onNotification = function(notif){

}