Often, apps have a "Share" button. When using other apps on my device which have the "Share" button (e.g. web browser, news apps, etc), when you tap this button it shows you a list of apps to share the URL with.
So, for example, I can be in Chrome, navigate to a page, tap Share, and from this I can select my email app to share the URL.
Any advice on how that can be implemented in Maui? I.e. I want my app to appear in the Share dialog.
Thanks
P.S. apologies for the poor wording before ;)


MAUI provides IShare interface for such purpose. Just use RequestAsync method to show list of apps to share.
More info can be found here: https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/data/share?tabs=android