this.btnCall.TouchUpInside+= delegate {
UIWebView web = new UIWebView();
NSUrl url = new NSUrl("tel:07777777777");
web.LoadRequest(new NSUrlRequest(url));
};
Works fine, but WebView ask in a (Alert) if you really want to dial the
number or not..
You Can call or Cancel.
When the call is finished you will get back to the View of the application!
Regards Nader
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/Is-it-possible-to-go-back-automatically-into-the-application-after-calling-a-Number-tp4384341p4393550.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch