From caa8882ff2007d93d08e2c1de307117f5c706730 Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Fri, 17 Feb 2017 03:43:26 -0700 Subject: Split Windows RuntimePlatform into UWP and WinRT (#748) * Split RuntimePlatform Windows into UWP and WinRT * Update docs * Backward compatible targetPlatform=Windows for native XAML views on WinRT/UWP --- Xamarin.Forms.Controls/ControlGalleryPages/AccessibilityGallery.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Xamarin.Forms.Controls/ControlGalleryPages') diff --git a/Xamarin.Forms.Controls/ControlGalleryPages/AccessibilityGallery.cs b/Xamarin.Forms.Controls/ControlGalleryPages/AccessibilityGallery.cs index 64d9e2a2..f5f0b39c 100644 --- a/Xamarin.Forms.Controls/ControlGalleryPages/AccessibilityGallery.cs +++ b/Xamarin.Forms.Controls/ControlGalleryPages/AccessibilityGallery.cs @@ -41,7 +41,8 @@ namespace Xamarin.Forms.Controls imageInstructions = $"The following Image should read aloud \"{ImageName}. {ImageHint}\". You should be able to tap the image and hear an alert box."; boxInstructions = $"The following Box should read aloud \"{BoxName}. {BoxHint}\". You should be able to tap the box and hear an alert box."; break; - case Device.Windows: + case Device.WinRT: + case Device.UWP: case Device.WinPhone: screenReader = "Narrator"; scrollFingers = "two fingers"; -- cgit v1.2.3