mirror of
https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git
synced 2025-02-24 10:12:53 +08:00
Experimented with the WP8 ShellToast --> added a pointer to possible implementations
This commit is contained in:
parent
30fc389fb4
commit
b0a024f012
@ -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,
|
// --> 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.
|
// 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.
|
// 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 {
|
namespace Cordova.Extension.Commands {
|
||||||
public class Toast : BaseCommand {
|
public class Toast : BaseCommand {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user