Pushing images with push notifications (ngCordova, Angular, Ionic)

Lately I've come across some apps that can show me a picture (in addition to some text) on the app drawer / lock screen when a push notification arrives. I would like to know if it is possible to implement this with the Ionic / Angular / ngCordova stack.

+3


source to share


1 answer


Even if the PushNotification returns an image property, I think the local notification cannot display the image at the moment.



The question has already been asked in the plug-in-plugin-local-notifications GitHub: https://github.com/katzer/cordova-plugin-local-notifications/issues/536 but hasn't been answered.

0


source







All Articles