How can i make a page fullscreen on cellphone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i make a page fullscreen on cellphone

@media doesnt do that

18th Dec 2018, 6:20 AM
tassie van den akker
tassie van den akker - avatar
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
18th Dec 2018, 6:29 PM
Matúš Semančík
Matúš Semančík - avatar