Hi
Does anybody know, if there is a way to make a messagebox/infobox for Android, UWP and IOS, which pops-up with a message and then automatically fades away?
Friendly regards
nbs
Check https://github.com/aritchie/userdialogs .
Maybe toast
in the link is what you seeking for .
Answers
Thank You for the suggestion AlessandroCaliaro.
Do You mean the WPF Popup ?
For example.
I cannot get this to work in the XAML-project.
you can't use wpf controls in XF
https://github.com/rotorgames/Rg.Plugins.Popup
this is good
otherwise, wait for https://github.com/xamarin/Xamarin.Forms/issues/1778
Thank You AlessandroCaliaro.
I will look into it.
Check https://github.com/aritchie/userdialogs .
Maybe
toast
in the link is what you seeking for .Thank You ColeX
I'll instal the NuGet-package and have a look at it.
Any update ?
Hi ColeX.
There were some other obstacles yesterday,
but I'm counting on trying it out today.
Hi ColeX.

Thank you again for Your help
This was, what I was looking for.
I was also looking for a way to implement a progressbar, and ACR.UserDialogs has that too