Open gerrygabriel opened 8 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?
+1 same here
These code works well in ionic serve and my android kitkat (4.4) Are there any ideas?