ccoenraets / OpenFB

Micro-library that lets you integrate browser and Cordova apps with Facebook with no plugin or SDK dependency.
MIT License
505 stars 231 forks source link

window.open works in Emulator, doesn't work on iPhone #112

Open okhansen opened 7 years ago

okhansen commented 7 years ago

Hi there :)

I use OpenFB successfully in my App with Emulator (Xcode, iOS) and it works well when calling window.open , I can sign in to FB. However, the same App only pop up with a blank screen on my iPhone? I can see that my call is working, and I recieve my result from FB, but I only see a blank screen. Anyone seen something familiar?