Is it possible to create notifications similar to the Facebook Messenger notification on Android in phonegap? Its outside of the webview, so I don't think its possible but is an amazing feature.
Asked
Active
Viewed 1,091 times
1 Answers
1
i never tried this one and am not sure about images. you can display text notification with this plugin. try this cordova plugin,

locknies
- 1,345
- 3
- 15
- 36
-
Thanks for this. Are these toast messages available when you minimize the app? Facebook messenger does this. But it is native. – user2808895 Nov 07 '14 at 13:45
-
You should add Background Service Plugin for getting notification during minimized mode. Check this link -> https://github.com/Red-Folder/Cordova-Plugin-BackgroundService – locknies Nov 10 '14 at 06:50
-
and this link -> http://stackoverflow.com/questions/24584914/how-to-run-cordova-plugin-in-android-background-service – locknies Nov 10 '14 at 06:51