cordova-plugin-local-notifications
cordova-plugin-local-notifications copied to clipboard
Cordova Local-Notification Plugin
See CHANGELOG for details. Some highlights: - Fixed Android 12 bug to make notifications clickable (@powobox) by replacing the action handler services with activities (avoid notification trampoline restrictions) - Added...
I took the changes from this pull request fix:katzer/cordova-plugin-local-notifications#1873 as I was still seeing too many alarms. The limit of 500 alarms also exists on Xiaomi devices.
WIP for Ionic related webview reference crash
using the group property on android as the threadIdentifier on iOS to group like notifications together
not calling delegate events if nil or if we're consuming the notification. Changed previous branch, updated from master