Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question
Does the solution proposed here work - stackoverflow.com/questions/7930001/… ? – Deepak Lakshmanan Sep 6 '12 at 0:41
Highly dubious. Saw that. I'll try it just to eliminate it as a possibility. The web view is likely UIWebView on iOS running inside the fb app. So <a href target='_blank'> whether statically or dynamically constructed is unlikely to launch a new tab in Safari unless the fb app specifically supports that. So that is really the question--does fb browser support any markup or other hook to do this, same as the UI button 'open link in Safari'. – tribalvibes Sep 9 '12 at 6:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.