-
On iOS when the notification is clicked the app will launch. On android (I have tested on nexus 5 and 3 different S2 phones) I get an empty screen.
This is my code:
```
var now …
-
Hi,
Great plugin. Worked well on my android emulator and device so far.
I believe I was hit with one of the bugs that was recently fixed, wrt notifications on Android when the app is running in the…
-
Hi katzer,
am I missing out something else, did follow the examples and cordova added the plugins. But theres no log from the notification plugin. It shows error on "Uncaught TypeError: Cannot read …
-
Hi katzer,
Please help me. I found problem when i remove app from Recent App List from Nexus 7.
I found error(Logcat)
11-24 20:52:18.288: D/AndroidRuntime(840): Shutting down VM
11-24 20:52:18.288:…
-
Hey there..your plugin is great and thanks for sharing.
But would you happen to have a demo example of how it all fits together. ??
-
Hi Katzer,
i was trying to install the plugin but it is not working on emulator or real device
the logcat says:
Uncaught ReferenceError: device is not defined at file:///android_asset/www/plugins/de…
-
Hi,
I was wondering if you have any intention of making this plugin (which looks great, by the way) available for Phonegap build?
This is very much in demand as only push notifications seem to be su…
-
I installed it and it is working on iOS, but is not on android;
it produced no error in the code, but the notification doesn't come out as well, any idea?
My environment is cordova 3.1 and android 4…
-
Somehow badge.js doesn't load, so I can't access its methods. But I can run something like `cordova.exec(null, null, 'Badge', 'setBadge', [3])` directly in my script.
Any idea what might be wrong?
-
ios,ipad mini 7.04
Android,HTC Sensation XL 4.03
when I call this methoid,window.plugin.notification.local.add({ message: 'Great app!' });
in ios, the status bar show the notification,and I click it…