mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
restrict workaround to Android
This commit is contained in:
parent
dd3d036756
commit
69688cfb98
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@
|
||||||
x:Name="_duoWebView"
|
x:Name="_duoWebView"
|
||||||
HorizontalOptions="FillAndExpand"
|
HorizontalOptions="FillAndExpand"
|
||||||
VerticalOptions="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" VerticalOptions="End">
|
||||||
<StackLayout StyleClass="box-row, box-row-switch">
|
<StackLayout StyleClass="box-row, box-row-switch">
|
||||||
<Label
|
<Label
|
||||||
|
|
Loading…
Reference in a new issue