Commit bcf64431 by Sebastián Katzer

Added WP8 quirks.

parent 72b19ba4
...@@ -140,3 +140,10 @@ An image must be defined as a relative or absolute URI. ...@@ -140,3 +140,10 @@ An image must be defined as a relative or absolute URI.
window.plugin.notification.local.add({ image: 'appdata:ApplicationIcon.png' }) window.plugin.notification.local.add({ image: 'appdata:ApplicationIcon.png' })
``` ```
All images can be restored to the default ones by canceling the notification. All images can be restored to the default ones by canceling the notification.
## Quirks
### Adding a notification under WP8
An application can only display one notification at a time. Each time a new notification has to be added, the application live tile's data will be overwritten by the new ones.
### Canceling a notification under WP8
The methods `cancel` and `cancelAll` have the same effect.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment