summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.WP8
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.WP8
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.WP8')
-rw-r--r--Xamarin.Forms.ControlGallery.WP8/local.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.ControlGallery.WP8/local.html b/Xamarin.Forms.ControlGallery.WP8/local.html
index b1998a12..6ef9746b 100644
--- a/Xamarin.Forms.ControlGallery.WP8/local.html
+++ b/Xamarin.Forms.ControlGallery.WP8/local.html
@@ -4,7 +4,7 @@
</head>
<body>
<h1>Xamarin.Forms</h1>
-<p>This is a local iOS Html page</p>
+<p>This is a local HTML page</p>
</body>
</html> \ No newline at end of file