Hey all,
I have developed an app in Xamarin.Forms, and I have a share button for each article shown in app.
When clicking the share icon, a screen which asks to choose an app to share the content is shown.
I would like to set a default app (Whatsapp, for example), so that clicking the share button will directly open the screen which the user chooses a whatsapp contact to share the article with.
To be a bit clearer, I have all the logic for the general case. I would like to do it a bit more specific.
Is that possible? How can I do it?
↧
Share button to work with a pre-defined app
↧