[HA] Mobile Browsers Address Bar Color

[HA] Mobile Browsers Address Bar Color 2.0.0

No permission to download

Dadparvar

Well-known member
Does not work with iOS (Safari)
According to Safari HTML Reference:
Code:
Sets whether a web application runs in full-screen mode:
<meta name="apple-mobile-web-app-capable" content="yes">

Sets the style of the status bar for a web application:
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

I did everything they required to get what we want (like what I did for other devices), and tested it in windows and android and worked well, but Unfortunately I don't have a real device running on ios to test it (and because of that, I'm not updated with ios changes at all => so if anyone knows any fix, OR can help me test and find solution, is appreciated to let me know so that I update the codes, and if what I did is all that can be done, then sorry ios users ;))
 
Top Bottom