Bevin
Bevin
Im just showing you how l import awesome-cordova-plugins. I want to know how to import your cordova plugin in ionic.
Hi powowbox. I have managed to to get your fork working now, the issue was to get the var reference of the cordova in ionic and call the function as...
Anyone has managed to resolve the Local Notifications subscription event onTrigger on android 12 onDeviceReady() { this.localNotifications.on('trigger').subscribe((test: any) => { console.log('Trigger' + JSON.stringify(test)); }); }
> THIS IS THE SOLUTION: #1983 Thanks for the response, so the ionic cordova plugin add cordova-plugin-local-notification-12 is just not available on the github. I noticed tht there is a...
> > THIS IS THE SOLUTION: #1983 > > I don't fully agree. The fork of the plugin you propose is a little suspicious. > > To start, it's clearly...
> In general, I'd recommend this fork of the local notifications plugin, since it's more actively maintained: https://github.com/timkellypa/cordova-plugin-local-notifications > > That fork still crashes on API level 31, so merely...
> THIS IS THE SOLUTION: #1983 Hi the local Notifications 12 does trigger notifications but the events onClick or Trigger do not work and l need the trigger to process...
Anyone has got a working solution on getting events on local notifications on this Android 12 local notification
Hi Topiyo I did install the Corodva-plugin-local-notification-12 it does play the notification but the events are not triggering. I need the trigger event to play custom files. Please confirm if...
Hi Topiya, that code works to have a local notification. What l want is the next step when you get the notification. This is done in Events triggers, the code...