Hiding URL window on Mobile

I have a web-based mobile app from one of those free-app design sites. When I “add to homescreen” on my mobile, and then open it from the icon on my homescreen, it opens without showing the url window, making it appear more as an actual native app.

Now creating a web-based mobile app with Webflow. When “adding to homescreen” the url window “does” show. Is there a funtion to keep the url from showing on mobile?

Keith

1 Like

Interesting question. I’d love to know an answer too.

Hi there!

I’ve used this code on a couple of sites:

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

<meta name="apple-mobile-web-app-status-bar-style" content="black">

Only iOS though, not sure how it works on Android.

Put the code in the header area in the site settings.

Good Luck :grinning:

1 Like