From b0a024f012439675824252a901e3e38088550292 Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Sat, 12 Apr 2014 10:05:52 +0200 Subject: [PATCH] Experimented with the WP8 ShellToast --> added a pointer to possible implementations --- src/wp8/Toast.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp8/Toast.cs b/src/wp8/Toast.cs index c38c602..334281b 100644 --- a/src/wp8/Toast.cs +++ b/src/wp8/Toast.cs @@ -12,6 +12,7 @@ using WPCordovaClassLib.Cordova.JSON; // --> Conclusion: ShellToast is more like a localnotification/pushmessage, so it's a nice WP8 impl of the LocalNotification plugin, // So we'll only add WP8 Toast plugin support if we can create an similar impl as the iOS version of this Toast plugin. // Hence, leaving out the WP8 config in plugin.xml for now. +// --> Future work based on the conclusion: investigate these options http://stackoverflow.com/questions/20346219/how-to-show-toast-after-performing-some-functionality-in-windows-phone-8 namespace Cordova.Extension.Commands { public class Toast : BaseCommand {