Hello,
Welcome to Microsoft Q&A.
Q&A does not currently support Xamarin.iOS related topics, you can ask questions on the Xamarin forum, where the staff are actively answering related questions.
Thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I use Xamarin WebView to open a site, On Android the site fills the page and work correctly . But on iOS it appears as shown in the picture
I used this code but it does not solve the problem
var myDisplay = DeviceDisplay.MainDisplayInfo;
MyWebView.HeightRequest = myDisplay.Height;
MyWebView.WidthRequest = myDisplay.Width;
in xaml
<WebView x:Name="MyWebView" Navigating="MyWebView_Navigating"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand" />
I want webview in Ios Appear as same as Android. I added 2 picture to describe what i want
Hello,
Welcome to Microsoft Q&A.
Q&A does not currently support Xamarin.iOS related topics, you can ask questions on the Xamarin forum, where the staff are actively answering related questions.
Thanks.