phanan / vue-facebook-signin-button

A simple plugin to include a custom Facebook sign-in button into your web app.
137 stars 30 forks source link

pwa problem #7

Open dimsunideas opened 6 years ago

dimsunideas commented 6 years ago

I know it is not the problem with phanan plugin, but it is happening when I am using nuxt pwa module, manifest display standalone mode ios seems like not redirect when user success to login facebook, and occurs empty confirm page. otherwise, it works in safari browser and google chrome browser Found lots of problems, it was broken with pwa:( please do not close this issues. and hope everyone see it if they have same problem. wait for help

alain-andre commented 6 years ago

@dimsunideas I'm having the same problem ; after some researches, I'm wondering if it has something to do with the manifest file.

alain-andre commented 6 years ago

@dimsunideas finally I did my own token server as the problem comes from webview that does not allow to open the login popup inside it but in an other instance of the navigator and that both are not sharing the same local storage.

carromeu commented 5 years ago

Same error here... @alain-andre, how you solve the problem?

zacsneds commented 5 years ago

Hey @carromeu, @alain-andre I am having the same problem with my PWA. I go to login, and get re-directed to Safari.

Have you guys found a solution? Does your solution still involve this plugin?

alain-andre commented 5 years ago

@carromeu, @zacsneds No sorry I did not implemented social login due to this Apple restriction, I'm not sure any plugin can do differently. I had the same problem with a cordova app.

ihpannu commented 5 years ago

Hey @alain-andre @zacsneds @carromeu As of now, IOS 12.1 allows SSO inside the PWA