Hallo Kollegen,
hier mal als Info. Unter iOS7 wird die Statuszeile oben mit den Empfangsbalken etc. komplett schwarz wenn man die smartVISU als Webapp auf dem Homescreen abgelegt hat.
Hier mal ein möglicher Lösungsvorschlag (habs selber noch nicht testen können):
Qulle: Safari on iOS 7 and HTML5: problems, changes and new APIs | Breaking the Mobile Web
Man muss also
in den Meta tags angeben.
hier mal als Info. Unter iOS7 wird die Statuszeile oben mit den Empfangsbalken etc. komplett schwarz wenn man die smartVISU als Webapp auf dem Homescreen abgelegt hat.
Hier mal ein möglicher Lösungsvorschlag (habs selber noch nicht testen können):
If you don’t provide any apple-mobile-web-app-status-bar-style meta tag or if you provide one with the default value, the status bar will become black over black, so… just a black area on the screen (on some devices you will see just the battery icon). The user will not see the clock and all the other icons on the status bar.
The black value works ok but it’s not in full mode as in iOS 7 new style. Lastly, If you are defining the apple-mobile-web-app-status-bar-style as black-translucent it’s not black-based anymore, it’s just fully transparent following the new iOS full-screen mode for apps (previous image, at the right). Unfortunately it seems there is no way to define if our background is clear or dark so we need to test how the icons and clock look like over our background.
In the next picture you can see the default status bar, the black value and the black-translucent value in action on iOS7.
The black value works ok but it’s not in full mode as in iOS 7 new style. Lastly, If you are defining the apple-mobile-web-app-status-bar-style as black-translucent it’s not black-based anymore, it’s just fully transparent following the new iOS full-screen mode for apps (previous image, at the right). Unfortunately it seems there is no way to define if our background is clear or dark so we need to test how the icons and clock look like over our background.
In the next picture you can see the default status bar, the black value and the black-translucent value in action on iOS7.
Man muss also
Code:
apple-mobile-web-app-status-bar-style
Kommentar