I am working with a cordova app to send images as push notification. I am getting all payload data in cold start. How can I pass that data to notification bar? Notification bar only shows title and message. How can I pass other data?
Asked
Active
Viewed 1,554 times
0
-
What is your target platform? – Ajoy Apr 03 '15 at 11:58
1 Answers
0
PushPlugin does not currently have this feature. To show an image in the notification bar, you will have to modify the plugin to create a notification with your image or any other data. It will depend on your target platform. For Android, I have submitted this pull request for BigPictureStyle

Ajoy
- 1,838
- 3
- 30
- 57