Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i have a web facebook app that run in safari and another browser but when i read a qr with a qr reader the app do not login in facebook

I understand that a qr reader uses a UIWebView to display the web application and fb.login not work because the UIWebView does not open another tab to fb.login work.

my question is if anyone has any idea or trick of how to make me run the app. my ideas are: Load data within a frame to not attempt to open a tab. Another idea is to detect if it is loaded within a UIWebView and force open safari. the other is to use the php sdk, but I could not run the web app with php sdk

share|improve this question

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.