Hi, I'm new here. I'm developing a cross-platform app using Xamarin.Forms, and I got to implement a "Share view" that acts when the user presses the 'Share with you friends' page in the main sidebar (I implemented a master detail Page)
This Share view is simply the share selection for Twitter, Linkedin, Whatsapp, etc. I'd like to pass a text, like "I'm enjoying this app, download it!" to copy in the message of the sharing app.
I don't know If I am clear, it's just that I don't know how to do that and even to describe it.
Is there a way to implement a quick cross-platform solution?