needs to be clicked in order for the screen to go in fullscreen mode. I can't use GoFullscreen function outside a button.
When I put it outside a function, it doesn't work. What's the problem?
Have you tried doing $(document).ready(() => { GoInFullscreen($("#element").get(0)); });
Обсуждают сегодня