summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.Windows/local.html
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-08-03 15:22:14 -0600
committerJason Smith <jason.smith@xamarin.com>2016-08-03 14:22:14 -0700
commitb186254d1f4a0547c67f4fd30669df9d4cf36b65 (patch)
tree6278a0f3217c726aed4e29c2027b10eb61522aeb /Xamarin.Forms.ControlGallery.Windows/local.html
parentb60fa6acf84d897d6283310e58b1c6c6365c391c (diff)
downloadxamarin-forms-b186254d1f4a0547c67f4fd30669df9d4cf36b65.tar.gz
xamarin-forms-b186254d1f4a0547c67f4fd30669df9d4cf36b65.tar.bz2
xamarin-forms-b186254d1f4a0547c67f4fd30669df9d4cf36b65.zip
Enable WebView to render local HTML files on WinRT platforms (#277)
* Enable WebView to render local HTML files on WinRT platforms * Add test to demonstrate that the solution works even if <head> isn't in the HTML string
Diffstat (limited to 'Xamarin.Forms.ControlGallery.Windows/local.html')
-rw-r--r--Xamarin.Forms.ControlGallery.Windows/local.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.Windows/local.html b/Xamarin.Forms.ControlGallery.Windows/local.html
new file mode 100644
index 00000000..6ef9746b
--- /dev/null
+++ b/Xamarin.Forms.ControlGallery.Windows/local.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<link rel="stylesheet" href="default.css">
+</head>
+<body>
+<h1>Xamarin.Forms</h1>
+<p>This is a local HTML page</p>
+
+</body>
+</html> \ No newline at end of file