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 not working in Android 5.1.1 #110

Open gerrygabriel opened 7 years ago

gerrygabriel commented 7 years ago
loginWindow = window.open(loginURL + '?client_id=' + fbAppId + '&redirect_uri=' + redirectURL +
            '&response_type=token&scope=' + scope, '_system', 'location=no,clearcache=yes');

These code works well in ionic serve and my android kitkat (4.4) Are there any ideas?

philographer commented 7 years ago

+1 same here