Skip to content

Instantly share code, notes, and snippets.

@chagretes
Created March 15, 2017 20:03
Show Gist options
  • Save chagretes/33e50ec7564886918dd5ff883ebd3eba to your computer and use it in GitHub Desktop.
Save chagretes/33e50ec7564886918dd5ff883ebd3eba to your computer and use it in GitHub Desktop.
Xamarin open a youtube URL
var urlStore = Device.OnPlatform("https://www.youtube.com/watch?v=W2Wnvvj33Wo", "https://www.youtube.com/watch?v=W2Wnvvj33Wo", "https://www.youtube.com/watch?v=W2Wnvvj33Wo"); //iOS,Android,Windows
Device.OpenUri(new Uri(urlStore));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment