Browse Source

restrict workaround to Android

github-services/pull/2967/head
mpbw2 2 years ago
parent
commit
69688cfb98
No known key found for this signature in database
  1. 3
      src/Core/Pages/Accounts/TwoFactorPage.xaml

3
src/Core/Pages/Accounts/TwoFactorPage.xaml

@ -138,7 +138,8 @@ @@ -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

Loading…
Cancel
Save