push-plugin icon indicating copy to clipboard operation
push-plugin copied to clipboard

Contains the source code for the Push Plugin.

Results 36 push-plugin issues
Sort by recently updated
recently updated
newest added

Hi there! I’m looking for a way to aggregate my Android Notifications using this push-plugin, because I want to avoid showing 10 times the same message to the user in...

feature
backlog

I copied the sample code and actually recieve a message. `PushPlugin.onMessageReceived(function callback(message, data, notification) { });` However, my first parameter is null, the second one contains the data I actually...

feature
backlog

I wanted to implement this in angular nativescript app but I don't know how to do iy

help wanted
backlog

Can you add an option to support Topics

feature
help wanted
backlog

I want to change the push notification style to display, when im checking that android has the concept of `Remote views` to show the xml file as the display in...

feature
help wanted
backlog

I made some tests and working with push-plugin or firebase plugin the notification is received (I can get the log in console) but not displayed in android shade. Sending with...

feature
help wanted
backlog
os: android

How can I achive the big view style on android: https://developer.android.com/training/notify-user/expanded.html I need more text.

feature
os: android

There is no problem when the app is on.(onMessageReceived) But I do not know how to get it when the app is off.

question
os: ios

Hello, I tried everything to get working the "onMessageReceived" callback: pushPlugin.areNotificationsEnabled(function(areEnabled) { if(areEnabled){ pushPlugin.register(config.pushPluginConfig, function(token) { onReceivedToken(token); }); pushPlugin.onTokenRefresh( onReceivedToken ); pushPlugin.onMessageReceived(function callback(message, data, notification) { console.dir(message); }); } });...

question

I've done a running prototype several months ago that works fine with Telerik platform. Today I wanted to implement this functionality to a new app but always get an "EverliveError:...

question