Jo Jay
Jo Jay

Reputation: 121

How to make popup window fullscreen in Ubuntu microsoft edge broswer?


I am struggling to make popup window with fullscreen mode in ubuntu edge broswer.
I already have searched a lot however the methods I only found are applicable in Window environment like adding "--kiosk www.top-password.com --edge-kiosk-type=fullscreen" to properties.
Does anyone know how to make popup window fullscreen mode especially in Ubuntu edge broswer..?

It doesn't matter what browser it is!!
I share my source code that I tried but didn't work in Chrome, Firefox, Edge as below.

function popOpen(){
   pop=window.open('https://htmlcodex.com/demo/? item=2463','title','height=' + screen.height + ',width=' + screen.width + 'fullscreen=yes, location=no,status=no,menubar=no,toolbar=no,resizable=no,scrollbars=1');
}

Thanks in advance!!

Upvotes: 0

Views: 137

Answers (0)

Related Questions