How can I leave my window in full screen mode using javascript or jquery?

Asked

Viewed 31 times

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>
  • 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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.