diff --git a/src/Core/Pages/Accounts/TwoFactorPage.xaml b/src/Core/Pages/Accounts/TwoFactorPage.xaml index ad0904ce8..024aa1165 100644 --- a/src/Core/Pages/Accounts/TwoFactorPage.xaml +++ b/src/Core/Pages/Accounts/TwoFactorPage.xaml @@ -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}}" />