I have tried to put webview in xaml form in xamarin studio.. used code from here https://developer.xamarin.com/recipes/android/controls/webview/load_a_web_page/...
codes...
WebView localWebView = FindViewById(Resource.Id.LocalWebView);
webView.SetWebViewClient (new WebViewClient ()); // stops request going to Web Browser
Webview not supported..