I used this code to go to full screen, but I don’t know how to exit full screen
document.body.requestFullscreen();
var mayScreenOrientation=window.screen.orientation;
mayScreenOrientation.lock(“landscape”);
I used this code to go to full screen, but I don’t know how to exit full screen
document.body.requestFullscreen();
var mayScreenOrientation=window.screen.orientation;
mayScreenOrientation.lock(“landscape”);