Terumi / AngularJS-Facebook-Login

A system for logining in using facebook.
MIT License
87 stars 26 forks source link

Working in phonegap #6

Closed gsabater closed 6 years ago

gsabater commented 11 years ago

Hi there, I've managed to make this running in my angularjs APP, but only when i test it on the browser. When i put this on my phonegap project, looks like none of the buttons or functions in the code works.

Any hints in why is this happening?

juliabode commented 10 years ago

Could it be that this is a problem with mobile devices? I used this code for my angularjs app, it works perfectly fine in my desktop version, but not all on any mobile device. Is there any solution yet?

uniquename commented 10 years ago

The webview opened in phonegap doesn't really handle cookies, so typical php cockie based sessions do not work. Still searching for the best way to handle this...