This commit is contained in:
Eddy Verbruggen 2015-09-26 08:05:18 +02:00
parent 2add9bef7b
commit 5634e1d84c

View File

@ -174,7 +174,7 @@ function hide() {
} }
``` ```
### WP8 quircks ### WP8 quirks
The WP8 implementation needs a little more work, but it's perfectly useable when you keep this in mind: The WP8 implementation needs a little more work, but it's perfectly useable when you keep this in mind:
* You can't show two Toasts simultaneously. * You can't show two Toasts simultaneously.
* Wait until the first Toast is hidden before the second is shown, otherwise the second one will be hidden quickly. * Wait until the first Toast is hidden before the second is shown, otherwise the second one will be hidden quickly.