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