Hi

On 2012.08.17 10:21, MysteriX wrote:
Hello,
i try to use the WebView-Control. the WebView shows me google for example..
But i have to go to this side:
http://help.arcgis.com/en/webapi/javascript/arcgis/demos/mobile/mobile_citizenrequest.html
it does not work. i enabled the javascript but nothing appears. the screen
is black

   WebView WebView = FindViewById<WebView>(Resource.Id.webView1);
             WebView.Settings.JavaScriptEnabled = true;
             WebView.Settings.JavaScriptCanOpenWindowsAutomatically = true;
             WebView.Settings.PluginsEnabled = true;
WebView.LoadUrl("http://help.arcgis.com/en/webapi/javascript/arcgis/demos/mobile/mobile_citizenrequest.html";);
Is this on emulator?

If yes:
should be able to toggle the Internet access to your emulator with

 * F8 (on Windows) and
 * Fn + F8 (on Mac OS X)
 * F8 should also works for Linux

there are few more options, but search stackoverflow...

cheers

mel




--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/WebView-does-not-show-a-website-tp5711367.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


--
Miljenko Cvjetko dipl.ing. ET
        Direktor/CEO
        Projektant rjes(enja/Solution Architect 
        Razvojni programer/Senior developer
        Voditelj projekta/Project Manager

IX juz(na obala 13
Kajzerica Zagreb
T: 385 1 7775555
M: 385 91 557 447 3
F: 385 1 7779556
e: mcvje...@holisticware.net
w: http://www.holisticware.net

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to