Skip to content

Instantly share code, notes, and snippets.

@jgold6
Last active May 8, 2016 10:29
Show Gist options
  • Save jgold6/d64bda150b0d6e942991 to your computer and use it in GitHub Desktop.
Save jgold6/d64bda150b0d6e942991 to your computer and use it in GitHub Desktop.
WebViewDemoPage.cs
using System;
using Xamarin.Forms;
namespace FormsGallery
{
public class WebViewDemoPage : ContentPage
{
public WebViewDemoPage()
{
Title = "Web View Page";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment