Alex BSD

Results 2 issues of Alex BSD

- open an url that is running NoSleep.js -> everything works as expected - "minimize" the tab, or switch to another app etc. - switch back to the browser/tab running...

I am running this in my app built with phonegap: `function handleFbLogin() { openFB.login( function(response){ alert(JSON.stringify(response)); if (response.status == 'connected') { getUsersData(response.authResponse.accessToken); }else{ // Login cancelled by the user. alert('Login...