We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5e6a6 commit 3e8385eCopy full SHA for 3e8385e
src/MobileUI/Features/Flyout/FlyoutFooter.xaml
@@ -7,11 +7,15 @@
7
x:DataType="vm:FlyoutFooterViewModel"
8
Margin="0,0,0,5"
9
Padding="20,0"
10
- Spacing="10">
+ Spacing="10"
11
+ InputTransparent="False">
12
<VerticalStackLayout.BindingContext>
13
<resolver:ResolveViewModel x:TypeArguments="vm:FlyoutFooterViewModel"/>
14
</VerticalStackLayout.BindingContext>
-
15
+ <VerticalStackLayout.GestureRecognizers>
16
+ <!-- Consume tap events to prevent passthrough -->
17
+ <TapGestureRecognizer />
18
+ </VerticalStackLayout.GestureRecognizers>
19
<VerticalStackLayout Spacing="10">
20
<VerticalStackLayout.Triggers>
21
<!-- Setting Opacity to hide here as using IsVisible can mess up the layout -->
0 commit comments