HI, Does anyone know how to use the webview. My code is as such:
WebView webview1 = new WebView (this);
webview1.LoadUrl("http://www.bloomber.com");
SetContentView(webview1);
But it is not working...any suggestions? thanks Marlon