I am building both a web app and a mobile app with Blazor. I am sharing some components and functionality between the AspNetCore project for web and the .NET MAUI project for my app.
It seems to work quite nice so far, but I want to leverage the RefreshView
component that is available in .NET MAUI. However, that component only seems to work in XAML, and I don't seem to find a way how to incorporate that (or a similar behavior) in my blazor based MAUI app.
Would someone have an idea on how to do that?
Best regards