restrict workaround to Android

This commit is contained in:
mpbw2 2024-01-29 16:26:36 -05:00
parent dd3d036756
commit 69688cfb98
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@
x:Name="_duoWebView"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand"
HeightRequest="{Binding DuoWebViewHeight, Mode=OneWay}" />
MinimumHeightRequest="{OnPlatform iOS=400}"
HeightRequest="{OnPlatform Android={Binding DuoWebViewHeight, Mode=OneWay}}" />
<StackLayout StyleClass="box" VerticalOptions="End">
<StackLayout StyleClass="box-row, box-row-switch">
<Label