nativescript-local-notifications
nativescript-local-notifications copied to clipboard
:mailbox: NativeScript plugin to easily schedule local notifications
I have install this library in nativescript using angular flavour and I am facing below error only on IOS. > ***** Fatal JavaScript exception - application has been terminated. *****...
Is it possible to execute a function when clicking on an action button? Other than launching the app? If so, how?
Helo. Is there's way to silent the notification? I am using this plugin for mp3 player app
Hi, installed this plugin and getting this error, the app doesn't even boot up. It was working before, then I upgraded to NativeScript v8. I've tried both community plugin and...
Setup: Nativescript Angular (7.0.11) Angular (11.0.2) @EddyVerbruggen , Kindly assist, this is what I have on the schedule method LocalNotifications.schedule( [{ id: 5, thumbnail: true, title: 'Richard wants your input',...
I set the ongoing to true but when i click on the notification, the app comes to foreground and notification is dismissed. Is this the expected behavior ? Shouldn't [this](https://github.com/EddyVerbruggen/nativescript-local-notifications/blob/40c599656b37fb259b8e1cf21db704399b672c1c/native-src/android/app/src/main/java/com/telerik/localnotifications/Builder.java#L67)...
I'm here to ask you how I can set the icon of the notification. The one up and left of it. As you can see from the image i attached,...
I am using the https://market.nativescript.org/plugins/nativescript-laravel-echo plugin to receive broadcasts from my WebSocket server and while the app is loaded I am able to receive the broadcast and trigger the notification...
Hi, first of all, it's a great library and I really like it. is there a way how I can show the thumbnail on the left hand side of the...
I have this code in my app component: ``` // Inside ngOnInit LocalNotifications.addOnMessageReceivedCallback(data => this._ngZone.run(() => { this.handleNotifikasyon() }, this)); ``` ``` // Insite the class handleNotifikasyon(): void { this.router.navigate(["/the-path"]])...