Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook JS API does not work with progressive web app

  • I have a "Progressive Web App" installed to my phone's homescreen.

  • The Facebook Javascript SDK it trying to open a login dialog popup window using window.open.

  • This results in an about:blank tab being opened in Chrome which never loads, and never redirects the user back to the web app.

Does anyone have any advice or experience with this problem? I imagine since these "Homescreen Apps" are fairly new, this might not be a well known issue (yet).

/*1480978243,,JIT Construction: v2721176,en_US*/

like image 697
d-_-b Avatar asked Dec 05 '16 22:12

d-_-b


1 Answers

Looks like it was a bug with Chrome itself. Should be fixed by now (Chrome 68 was released the 24th of July).

like image 167
Iso Avatar answered Oct 31 '22 00:10

Iso