Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 75885

WebView is not showing / iOS 9

$
0
0

WebView is now appearing on any of my application after I upgraded to the latest version of Xamarin for iOS 9.

I tried to isolate the problem in separate application.

public App()
        {
            MainPage = new ContentPage
            {
                Content = new StackLayout
                {
                    VerticalOptions = LayoutOptions.FillAndExpand,
                    HorizontalOptions = LayoutOptions.FillAndExpand,
                    Children = {
                         new WebView() {Source = new UrlWebViewSource() {Url = "http://www.google.com"}}
                    }
                }
            };
        }

Any help would be great!


Viewing all articles
Browse latest Browse all 75885

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>