How to Turn off redirection when shared link is already in my Dropbox?

100 Views Asked by At

When i load the dropbox shared link in UIwebview in IOS, If the link exists in my Dropbox app, it redirects me out of the current app to dropbox. Is there any webview property to stop redirection?

I currently load the link using the below code:

[self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:self.webLink]]];
0

There are 0 best solutions below