Skip to content

Instantly share code, notes, and snippets.

@bright-spark
Forked from jgold6/WebViewDemoPage.cs
Created May 8, 2016 10:29
Show Gist options
  • Select an option

  • Save bright-spark/a132c1cf4bb37d74c21b1ce79786c30c to your computer and use it in GitHub Desktop.

Select an option

Save bright-spark/a132c1cf4bb37d74c21b1ce79786c30c 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