问题
Recently, I have come across some apps, that are able to show me a picture (in addition to some text) in the application drawer / lock screen when a push notification arrives. I would like to know if it is possible to implement this with Ionic / Angular / ngCordova stack.
回答1:
Even if the PushNotification retrieves the image property, I think the local notification is not able to display an image at the moment.
The question has already been asked in the cordova-plugin-local-notifications plugin GitHub Issues: https://github.com/katzer/cordova-plugin-local-notifications/issues/536 but it hasn't been answered.
来源:https://stackoverflow.com/questions/30272971/pushing-pictures-with-push-notifications-ngcordova-angular-ionic