File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1443,16 +1443,16 @@ function remoteFullScreen(forceClose) {
1443
1443
//gLog('remoteFullScreen aspectRatio 16/9');
1444
1444
remoteVideoFrame . style . aspectRatio = "16/9" ;
1445
1445
}
1446
-
1447
- // exitFullscreen is not supported in iOS (iOS aborts JS without err-msg if exitFullscreen() is called)
1446
+ /*
1447
+ // exitFullscreen is not supported in webkit ( aborts JS without err-msg if exitFullscreen() is called)
1448
1448
let ua = navigator.userAgent;
1449
1449
if(ua.indexOf("iPhone")<0 && ua.indexOf("iPad")<0) {
1450
1450
gLog('remoteFullScreen exitFullscreen');
1451
1451
document.exitFullscreen().catch(err => {
1452
1452
console.log('remoteFullScreen exitFullscreen err='+err.message);
1453
1453
});
1454
1454
}
1455
-
1455
+ */
1456
1456
// make remotefullscreen label white
1457
1457
//gLog('remoteFullScreen remotefullscreenLabel');
1458
1458
let remotefullscreenLabel = document . getElementById ( "remotefullscreen" ) ;
You can’t perform that action at this time.
0 commit comments