I have to hide the toolbar of safari in my iphone 12, manually I can do by clicking on hide toolbar option, but If I have to do it automatically, How Can I do it? Is there any way to trigger hide toolbar when My content is loaded so that it should be in fullscreen. I am using javascript, Is there any way to do it using js, or any third party to do this.
I tried every possible solutions.
- Fullscreen API
- window scroll
- many css things to do
But did not find solution . Can Anyone please suggest, I have to do fullscreen in iphone safari (simply hide toolbar when loaded automatically using code).