I forgot that I have to explicitly call the failed event. I thought the
try/catch would of caught this...
I added this and it works:
webView.LoadError += delegate {
var alert = new UIAlertView ("Error", "Webcam
failed to load, check your
internet connection", null, "Ok");
alert.Show();
};
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/detecting-a-failed-webview-load-tp4655917p4655920.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch