2
I’m trying to leave the page in fullscreen when I opened it the code below only leaves maximized has to leave full screen
<script>
window.moveTo(0,0);
window.resizeTo(screen.availWidth,screen.availHeight);
</script>
2
I’m trying to leave the page in fullscreen when I opened it the code below only leaves maximized has to leave full screen
<script>
window.moveTo(0,0);
window.resizeTo(screen.availWidth,screen.availHeight);
</script>
Browser other questions tagged javascript jquery
You are not signed in. Login or sign up in order to post.
Has Apis that do something asism but I don’t think we can p/ do this in the page load. Gives p/ create a button or control that calls calls the browser function, this is not a js function so the most you can do is "ask" the browser
– jean