Jump to content

(Archived) Is there a way to open MobileSafari to open hyperlink, instead of UIWebView?


Recommended Posts

I have <a/> tag in Note creating from my App. This hyperlink links to my website, and there's a PHP script to check whether the current device is iPhone/iPad or PC. If the current device is iPhone/iPad, then launch my App by calling app URL, otherwise, open http-URL. This script works fine in Safari or other browsers.

However, it seems that hyperlink in Note is opened in a UIWebView in Evernote app, then my re-directing script doesn't work properly. I got error of "The URL can't be shown", or sometimes "Frame load interrupted".

I use this code for re-directing:

header('Location: myApp://tag/id');

Does anyone have idea on how to do re-directing in UIWebView?

Or, Is there any way that I can designate MobileSafari to open any hyperlink in Note?

Thanks for any helps!

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...