Hello, I am writing mobile, is there any way to remove the top status bar and the bottom application bar of mobile? (I am writing about the H5 project)
Hello! What do you mean by “H5”? Anyway, this is more of a general mobile dev question than a Babylon question
hi! Maybe it’s not Babylon’s problem. I’m running the project in the browser now, and I want to remove the application bars at the top and bottom of the browser, which may be difficult to achieve. Thank you all the same.
By “application bars” you mean toolbars and extension add-ons?
If so, this might help: How to remove an Internet browser toolbar
If you want fullscreen: Press F11 or use engine.switchFullscreen(false)
2 Likes