I would like a website to act more like an app: in fullscreen mode. I mean, to hide programmatically the iOS' Safari toolbar like we can do it manually since iOS 13 using the Hide Toolbar button.
In Android, we can force these kinds of settings in the web app manifest using the display
setting. But this setting is ignored by iOS.
In the past, there were solutions like the minimal-ui
setting but which is not working anymore. Now, one of the only tool that we seem to have is the theme-color
to colorize the area on top of screen, but this is an incomplete solution for this problem.
So what's the current state for this problem in the latest iOS versions?
I'm not really looking into release an encapsulated website thought the app store. I'm also not looking to force the user to add the website to its home screen.