Toast icon indicating copy to clipboard operation
Toast copied to clipboard

To use it in PCL or .NetStandard projects write this line of code : CrossToastPopUp.Current.ShowToastMessage("Message");

Results 12 Toast issues
Sort by recently updated
recently updated
newest added

Toast getView() was deprecated on Android 11 and it returns null. So when targeting Android 11, the sample app crashes: ``` **System.NullReferenceException:** 'Object reference not set to an instance of...

I have 2 devices one is android 10 and the other is android 12. Toast works on android 10 but not in android 12. Here is the stack trace. {System.NullReferenceException:...

Hi @ishrakland Please check this, I have issue with this in iOS **Exception** {System.NullReferenceException: Object reference not set to an instance of an object at Plugin.Toast.IosHelper.GetVisibleViewController () [0x00054] in C:\Users\10061213\Toast\Toast.Plugin.iOS\IosHelper.cs:36...

Code: ShowToastPopUp.ShowMessage (System.String message, System.String backgroundHexColor, System.String textHexColor, Plugin.Toast.Abstractions.ToastLength toastLength) Reason: System.NullReferenceException: Object reference not set to an instance of an object OS: Android 11 Tested Devices: Galaxy S10 Galaxy...

Just loaded a new Xamarin Forms 5.0.0.2012 project. Installed Plugins.Toast 2.2.0. When I run the UWP project (.NET 2.0.3) I get the error: System.IO.FileNotFoundException: Could not load file or assembly...

When building my app in devops azure, I get the following warning : `Warning XA0125: 'Plugin.Toast.pdb' is using a deprecated debug information level. Set the debugging information to Portable in...

Hello, I use your plugin and it works fine on iOS 13 but I upgraded to iOS 14 and the look and feel is not as well as before. ![Bug...

There is an issue on IOS when opening at least two notification is short interval of time. When one is displayed and the second notification pupups it freezes user interface....

Hello firstly thank you for your good job. Can you add options for delay and position for ios? For example I would like to show toast in bottom as android...

Getting a 'NotImplementedException' on Mac OS. Adding support for Mac would be great.