How can I detect when a user clicked an external link and safari is going to open.
Instead I would like to catch this event and create a UIWebView inside my application. Is this possible with vfr/reader?
EDIT:
I found out that vfr/reader does this:
[[UIApplication sharedApplication] openURL:target];
Is there away to NOT modify vfr/reader and customize the behavior?