Phonegap Plugin Result When App Is Not Active Anymore
I'm trying to edit the phonegap/cordova PushPlugin plugin for android in order to not create an status-bar Notification when app is not active but always doing some javascript work
Solution 1:
Since the app is at first a chrome packaged app, build for mobile with cca, I use now the chrome app GCM plugin that is just supported by cca and that wake up the app when an new message is coming.
See https://github.com/MobileChromeApps/mobile-chrome-apps/tree/master/chrome-cordova/plugins/chrome.gcm
Post a Comment for "Phonegap Plugin Result When App Is Not Active Anymore"