UIWebView has a ShouldStartLoad event you can use to handle a link that is clicked inside the webview.
http://stackoverflow.com/questions/5404152/shouldstartload-of-custom-uiwebviewdelegate-not-being-called-when-uiwebview-requ On Sat, Feb 18, 2012 at 3:21 PM, MilkyJoe <[email protected]>wrote: > Thanks again Benedikt. An small example would be a great help! > > As the user will be clicking on a PDF link in the UIWebView, I'm not sure > how to pass the url that they clicked on to the > UIDocumentInteractionController. > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Re-UIWebView-Implementing-Open-in-iBooks-functionality-tp4400034p4400510.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
