8

Our webapp works nicely inside the Facebook native iOS app. However, we have some links that need to open a new window in mobile Safari rather than opening inside the Facebook (UIWebView?) app. Just a plain HTML <a href="http://site...." target="_blank"> doesn't do it--still opens within the Facebook app (latest version.) Any way to get a plain link or a window.open() to switch to Safari for the page load ?

tribalvibes
  • 2,097
  • 3
  • 25
  • 30

1 Answers1

0

The web team on my company tried that approach and failed. What we ended up doing was using Facebook deep linking to handle this on our native iOS app.

You can find out more about Facebook deep linking here:

https://developers.facebook.com/docs/ios/link-to-your-native-app-ios-sdk/

It's a great solution if you already have an iOS app.

I hope this helps.

Paradox
  • 94
  • 6