Hello,
I have a Xamarin.Forms App and I want to show in app notifications (about loading progress etc.). I use Toast.MakeText for Android and for UWP I would like to use the InAppNotification from the UWP community toolkit. This is obviously a UWP XAML control which I cannot add to my Xamarin.Forms pages.
Can I somehow add this control from an Interface (which allows me to use UWP controls) to my current page? I use Interfaces to generate custom popups for each platform, but I did not find an option to add a UWP XAML Control to the current page.
Regards,
Philipp