-
Notifications
You must be signed in to change notification settings - Fork 38
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
Not working if app killed #30
Comments
I'm running into the same issue. I'm running Cordova v9.0.0 The below is working when app is open or in background but not when it's been closed. Any ideas appreciated! I have tried changing app settings to "allow auto start up" and "allow background running". Have added skipLocalNotificationReady to index.htm <script>window.skipLocalNotificationReady = true;</script> `var app = { onDeviceReady: function() {
}; |
This repository obviously is abandoned. :-( |
trigger: { every: { hour: 10, minute: 0 }, count: 1 }
I am using ionic 3 and found Notification is not working if app killed.
The text was updated successfully, but these errors were encountered: