I am trying to use ShellToast as an analogue of notifications for Android toasts (without redirecting). In one example:
new ShellToast(){ Content = "HerContent", Title = "MyTitle", NavigationUri = new Uri("/Tits.xaml?size=" + 4, UriKind.Relative) }.Show();
Looks nice.
But the toast will not be shown in my emulator. Is my code incorrect or emulation problem? The emulator works in a limited mode: my video card is outdated
source share