You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: samples/XCT.Sample/Pages/Views/Popups/NoLightDismissPopup.xaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@
34
34
<StackLayoutStyle="{StaticResource PopupLayout}">
35
35
<Label
36
36
Style="{StaticResource Title}"
37
-
Text="Simple Popup" />
37
+
Text="Simple Popup Without Light Dismiss" />
38
38
<BoxViewStyle="{StaticResource Divider}" />
39
39
<Label
40
40
Style="{StaticResource Content}"
41
41
Text="{OnPlatform
42
42
Android='This is a native popup with a Xamarin.Forms View being rendered. The behaviors of the popup will confirm to 100% native look and feel, but still allows you to use your Xamarin.Forms controls.',
43
43
iOS='This is a native popup with a Xamarin.Forms View being rendered. The behaviors of the popup will confirm to 100% native look and feel, but still allows you to use your Xamarin.Forms controls.',
44
-
UWP='UWP Flyouts do not support toggling light dismiss mode. On UWP this will always dismiss the flyout if you tap outside of the control'}" />
44
+
UWP='UWP Flyouts do not have native support for toggling light dismiss mode. On UWP this will disrupt the closing of the flyout if you tap outside of the control'}" />
0 commit comments