-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On click event not triggered on iOS #1082
Comments
Same here with iOS. |
anyone has a fix to this issue? |
same problem in iOS, here the code
and the click... cordova.plugins.notification.local.on("click", function (notification) { try this too but does not work either cordova.plugins.notification.local.on("click", function (notification) { |
I'm on Phonegap Build and I got this to work: var localnotificationsetup = false; function setupLocalNotifications() This code works for me if I call setupLocalNotifications() when I create a new schedule window.plugin.notification.local.schedule, but doesn't seem to work if I do it at "deviceready". Specifically what made it work was adding the scope of "this" on the local.on call. |
Is this still an issue? if so update with template in #1188. |
Closed as no update from Original Poster |
@rwillett Although the original poster didn't update the issue, I can confirm that the problem at present still persist. |
Any update on this issue? |
Hi,
On iOS Notifications are displayed correctly, but when I click on it it just opens an app and not triggers associated event. On Android all is working fine.
The text was updated successfully, but these errors were encountered: