mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-21 11:25:56 +01:00
restrict workaround to Android
This commit is contained in:
parent
dd3d036756
commit
69688cfb98
@ -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 New Issue
Block a user