RITSEO / website

The main repository for the RIT Student Employment Office Website
Other
0 stars 1 forks source link

Status bar goes completely black #2

Open mjpitz opened 11 years ago

mjpitz commented 11 years ago

iOS 7 add to home screen has given us the ability to change the titlebar on apps that have been added to homescreen. Our title bar is solid black since we have not specified the meta tag.

mjpitz commented 11 years ago

http://www.mobilexweb.com/blog/safari-ios7-html5-problems-apis-review

See this article on some info about ios7

rhoff37 commented 11 years ago

Got it, will do research and fix asap!

Ryan

On Mon, Sep 30, 2013 at 12:06 PM, Jeremy notifications@github.com wrote:

http://www.mobilexweb.com/blog/safari-ios7-html5-problems-apis-review

See this article on some info about ios7

— Reply to this email directly or view it on GitHubhttps://github.com/RITSEO/website/issues/2#issuecomment-25376671 .

RITSEO commented 10 years ago

I had thought I fixed the problem but it seems otherwise. I keep reading the same info for fixes but it seems like no one really knows how to handle the problem when it comes to web apps. Have you read anything?

mjpitz commented 10 years ago

Using the black-translucent value should fix it. I did it with several other applications and they all worked

Jeremy Pitzeruse Chief Executive Officer Chief Systems Architect Attaché 315-396-4050

Sent from my iPhone

On Nov 4, 2013, at 7:46, RITSEO notifications@github.com wrote:

I had thought I fixed the problem but it seems otherwise. I keep reading the same info for fixes but it seems like no one really knows how to handle the problem when it comes to web apps. Have you read anything?

— Reply to this email directly or view it on GitHub.

mjpitz commented 10 years ago

Adding the meta tag to header.php here should do the trick.

https://github.com/RITSEO/website/tree/master/application/views/templates/mobile

mjpitz commented 10 years ago

"Lastly, If you are defining the apple-mobile-web-app-status-bar-style as black-translucent"

mjpitz commented 10 years ago

In a side project, I used this and it works fine on ios

mjpitz commented 10 years ago

Wow, that was a fail.

mjpitz commented 10 years ago

Gaping security flaw. Github does not escape html. Anyway, try setting it to just black