I add the following meta tag to the head section using HTMLheader in my web project, but no matter what I pass in as the content “default”, “black” etc the header bar on the iDevice disappears. Does anyone know what the content should be set to to leave the header status bar on the iDevice visible?
Darn edit won’t work when needed — Sorry for the question, I just found out the full screen meta is only honored when the app is added to the home screen !
Glad you worked it out. It does seem to still work for iOS 8.1, although I can’t say it’s 100% effective, I occasionally find I have a status bar for no apparent reason.
The header behavior has not changed (the bar with the carrier, signal strength, URL, etc) between iOS 7 and iOS 8. In fact, I believe this has worked since iOS 6. That’s what this meta tag is for… Hiding this bar when your app is being launched from the home screen so it can appear to be a standalone app. If you are inserting this tag, make sure the attribute names and values are exactly correct. If it’s not, the browser will ignore it.
I was not referring to that. I verified the tags indeed work fine when the app is placed on the home screen.
There was another method, which was to scroll 1 point up with JavaScript, which worked dynamically for pages launched the normal way, and no longer does.