Hide mobile browser's address bar on load (IOS / Android) in React Hide mobile browser's address bar on load (IOS / Android) in React reactjs reactjs

Hide mobile browser's address bar on load (IOS / Android) in React


For Safari:

<meta name="apple-mobile-web-app-capable" content="yes">

If content is set to yes, the web application runs in full-screen mode.Source: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html

For Chrome:

<meta name="mobile-web-app-capable" content="yes">

It does the same thing as the above one but, this is for android and the above one is for ios.


This is not happening, it's against proper developer use of the browsers. You're only getting the ability if your site is secured or has a domain registered to it and not automatically!