Skip to content

Instantly share code, notes, and snippets.

@sjehutch
Last active November 17, 2017 21:43
Show Gist options
  • Save sjehutch/f34e3245ba7a17aea51261b63e0ec8c9 to your computer and use it in GitHub Desktop.
Save sjehutch/f34e3245ba7a17aea51261b63e0ec8c9 to your computer and use it in GitHub Desktop.
open email xamarin ios
testButton1.TouchUpInside += delegate {
Device.OpenUri(new Uri("mailto:[email protected]"));
};
// Cleanup
testButton1.TouchUpInside -= HandleTouchUpInside;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment