cordova-plugin-local-notifications
cordova-plugin-local-notifications copied to clipboard
Cordova Local-Notification Plugin
**WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!** Provide a general summary of the issue. ## Your Environment * Plugin version: 0.9.0-beta.2 *...
**Using plugin version: 0.9.0-beta.3** When the notification has been displayed the code in the subscription event 'trigger' & 'click' hasn't been executed on iOS even though the app runs either...
- Starting on Gradle 7.0 the compile method is removed. - Trying to build an app making use of the compile method returns the following: > Could not find method...
Latest v0.10.0 is a merge of [@timkellypa](https://github.com/timkellypa/cordova-plugin-local-notifications), [@bhandaribhumin](https://github.com/bhandaribhumin/cordova-plugin-local-notification-12) (with changes by @powowbox) and [@fquirin](https://github.com/fquirin/cordova-plugin-local-notifications). Notable changes: - Fixed Android 12 bug to make notifications clickable (@powobox) by replacing the action...
The WeakReference allows the underlying object to be garbage collected, and we should check it before use. This resolves a NullPointerException we received from the play store https://github.com/katzer/cordova-plugin-local-notifications/issues/2013
We got this exception from the play store. I think it is due to an incorrect use of the WeakReference class, and the underlying webView has been cleared. ``` Type...
ionic v3 it never fire any push notification permission . and when I look into permission, push notification is off. ``` "@ionic-native/local-notifications": "^4.20.0", "cordova-plugin-local-notification": "git+https://github.com/fquirin/cordova-plugin-local-notifications.git", ``` ionic info ``` Ionic...
**WARNING: IF YOU IGNORE THIS TEMPLATE, WE'LL IGNORE YOUR ISSUE. YOU MUST FILL THIS IN!** Provide a general summary of the issue. When I receive message I push notification of...
## Your Environment * Plugin version: 0.9.0-beta.2 * Platform: Android * OS version: 12 * Device manufacturer / model: Samsung Galaxy A72 * Cordova version (```cordova -v```): 10.0.0 ([email protected]) *...