nativescript-local-notifications icon indicating copy to clipboard operation
nativescript-local-notifications copied to clipboard

:mailbox: NativeScript plugin to easily schedule local notifications

Results 56 nativescript-local-notifications issues
Sort by recently updated
recently updated
newest added

The plugin is awesome, and the new update is great. I would like my users to be able to have a notification that occurs at a set interval. Say, every...

I was getting an error from firebase Crashlytics. `Fatal Exception: android.app.RemoteServiceException: Bad notification posted from package com.test.id: Couldn't create icon: StatusBarIcon(icon=Icon(typ=RESOURCE pkg=com.test.id id=0x7f0b0003) visible user=0 ) at android.app.ActivityThread$H.handleMessage + 1881(ActivityThread.java:1881)...

As a requirement for our app, we needed to create a silent notification channel. (doesn't pop, just stays ongoing) Whenever creating a Notification channel, we would set it the following...

Is there a way I can make the app launch a specific route other than the home after I tap a notification? Or navigate to a route after I tap...

Hello, I am using NativeScript with Angular and Typescript. When I load the component which implements `LocalNotifications.addOnMessageReceivedCallback ` or attempt to schedule a notification, I get a console error: >...

Hello, I want to be able to add `automationText` property to notifications to enable `Appium` to run end to end tests on my application. Is it possible to add it...

Hi, Thank you for plugin. I was following angular demo app and especially reply within notification feature. If I click reply first time, I receive data via addOnMessageReceivedCallback, but if...

After searching for hours, I probably found why my local notifications never appeared on certain devices. It seems to be linked to the DOZE mode of Android since API level...

First of all, thanks a lot for creating this NativeScript plug-in - it is so useful but extremely straight forward to install and use at the same time 👍 However...

Is there a problem implementing it, or is this something like nobody-has-worked-on-it-yet kind of issue? Thanks for the great plugin.