From 69688cfb98e8e3e17812f126b4fd90ffd2ac3cf8 Mon Sep 17 00:00:00 2001 From: mpbw2 <59324545+mpbw2@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:26:36 -0500 Subject: [PATCH] restrict workaround to Android --- src/Core/Pages/Accounts/TwoFactorPage.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}}" />