0
How can i make a page fullscreen on cellphone
@media doesnt do that
1 Answer
+ 2
You have to request fullscreen with JavaScript and it has to be function that user can run. For example if id some button clicked. Check this out https://www.w3schools.com/howto/howto_js_fullscreen.asp