Saturday 15 March 2014

iOS Facebook App browser - force link to open in Safari -


The Facebook app has its own browser (using UIView for iOS app) but it has certain limitations on our site. Some links are needed so that you can see it on the IOS with Safari.

The FB app has the option of manually opening links in Safari, but is there a way to do it automatically? To wit. Specific parameters in a tag link to open in some JS or Safari

One you might be able to try that using it to work with the original code Does ...

  NSString * stringURL = @ "http://fakewebsite.example.com/"; NSURL * url = [NSURL URLWithString: stringURL]; [[UIApplication shared application] Open URL: URL];   

Not sure that JavaScript is possible to do something like this

No comments:

Post a Comment