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

iOS 9.2.1 problem #98

Open okhansen opened 8 years ago

okhansen commented 8 years ago

I have a problem that drives me crazy. After upgrading my iPhone to iOS 9.2.1 I'm keep getting this error: webView:didFailLoadWithError - 102: Frame load interrupted

I have tried to create a new clean project with the example here, just copied index.html and openfb.js to the projekt.

It works on simulator with iOS 9.2, on iPad with iOS 9.2, but my two iPhones with iOS 9.2.1 it fails when I press "Login with Facebook". It open up window with empty screen, blue footer with "Done" button. This is here I got the error in log: webView:didFailLoadWithError - 102: Frame load interrupted

Am I really the only one facing this problem? While Googling around, the only thing I have found, is that it can be a URL problem.

acheo commented 6 years ago

did you ever solve this?