From 720f87abc865ad836e097101dbfc2af7bdf8fca7 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Thu, 17 Apr 2014 21:27:48 +0200 Subject: [PATCH] WP8 docs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2323ece..afcf25a 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,13 @@ You can copy-paste these lines of code for a quick test: ``` +### WP8 quircks +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. +* Wait until the first Toast is hidden before the second is shown, otherwise the second one will be hidden quickly. +* The positioning of the bottom-aligned Toast is not perfect, but keep it down to 1 or 2 lines of text and you're fine. + + ## 5. CREDITS This plugin was enhanced for Plugman / PhoneGap Build by [Eddy Verbruggen](http://www.x-services.nl).