Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created January 21, 2019 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/20b7f5b7a4d70acece3d6922e41289d4 to your computer and use it in GitHub Desktop.
Save juucustodio/20b7f5b7a4d70acece3d6922e41289d4 to your computer and use it in GitHub Desktop.
Sample to open WhatsApp to send message to specific number from your Xamarin.Forms application using this package - http://julianocustodio.com/OpenWhatsApp
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:OpenWhatsAppSample"
x:Class="OpenWhatsAppSample.MainPage">
<StackLayout>
<Button Text="Send WhatsApp" Clicked="Send"/>
</StackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment