Toasts.Forms.Plugin icon indicating copy to clipboard operation
Toasts.Forms.Plugin copied to clipboard

A plugin for Xamarin and Windows - it unites Crouton (Android), TWMessageBarManager (iOS) and my toast notificator for WP8.

Results 33 Toasts.Forms.Plugin issues
Sort by recently updated
recently updated
newest added

Is the plugin capable of creating a notification with a progress bar which can be updated based on update-events?

When using this plugin on Android 7.0 Huawei P9 Lite, the notifications won't show up in the application, only in the background. And as the app is fullscreen, it is...

bug
help wanted

I'm having issue with initializing Toasts plugin in Android's MainActivity. Exception thrown on the _ToastNotification.Init(this);_ line, error description: _Java.Lang.ClassNotFoundException: Didn't find class "md52d189d64b7b0ac40b59b56928c06114b.NotificationReceiver"_ My code: ``` public class MainActivity :...

I have noticed an unusual bug for iOS where tapping on toast will only work for the first notification and never for any succeeding notifications. We are using Xamarin in...

I want to pass some data and get it result of a callback function

Hi, I'm trying to get all notifications to delete some of them but when I'm using this code, I got a Exception: `var notifications = await _toastNotificator.GetDeliveredNotifications(); foreach (var notification...

When invoking Notify(callback, options) - the synchronous method - in an iOS app on the main thread, the app will crash when the user taps the notification. This happens only...

Version 3.2.1 works fine, but versions 3.3.0 and higher have the following exception: ``` - ex {System.MissingMethodException: Method 'Android.App.Notification/Builder.SetChannelId' not found. at Plugin.Toasts.ToastNotification+c__DisplayClass5_0.b__0 () [0x00054] in D:\Source\Repos\Toasts.Forms.Plugin\Toasts.Forms.Plugin.Droid\ToastNotification.cs:44 at System.Threading.Tasks.Task`1[TResult].InnerInvoke ()...

Setting badge count on iOS causes notifications to stop. I can reproduce this quickly with the following steps: 1) Restart the phone 2) Run the app then put it in...

Is disabling the notification sound an option?