Bevin

Results 26 comments of Bevin
trafficstars

> The notifications will not trigger when app is closed(killed) and will be triggered after opening the app #1895 Hi Stefan just a follow up does the event onTrigger works...

Hi The events are not working n Android 12 its the same issue l am having for the past week. I have tested the plugin [katzer](https://github.com/katzer) / [cordova-plugin-local-notifications](https://github.com/katzer/cordova-plugin-local-notifications) it doesnt...

> @rafaellop please use my fork version https://github.com/bhandaribhumin/cordova-plugin-local-notification-12, this version includes all latest fixes and also compatible with sdk 30,31,32 and 33 as well. Please let me know if you...

> > Currently I don't have an android 12 phone available, nor can I simulate one, in order to reproduce the issue and implement the fix. I might be able...

> @rafaellop please use my fork version https://github.com/bhandaribhumin/cordova-plugin-local-notification-12, this version includes all latest fixes and also compatible with sdk 30,31,32 and 33 as well. Please let me know if you...

I have installed this fork link https://github.com/bhandaribhumin/cordova-plugin-local-notification-12 last week, l can assure you the events function call below does not register when the Local notification is triggered. Please sent me...

My apologies of the misinterpretation of your comment, the events is this something in progress or there is no hope on the plugin?

Hi Powowbox. Does your fix also include other events e.g ontrigger code below. onDeviceReady() { this.localNotifications.on('trigger').subscribe((test: any) => { console.log('Trigger' + JSON.stringify(test)); }); }

Hi Powowbox. I am using ionic l will try install your version and test it thanks very much for the response. i have install your version with the command below:...