marek-saji / okupando

Single-page application with single-task focus — checking if the toilet is occupied or not. Also a pun. 🚽🐼
ISC License
2 stars 4 forks source link

Add Apple tags in <head>. Because it can’t manifest 😒 #23

Closed marek-saji closed 5 years ago

marek-saji commented 5 years ago

Why?

Closes https://github.com/DietLabs/okupando/issues/22 Adding site to home screen on mobile safari sends requests for apple-touch-icon-120x120-precomposed.png et al.

What?

Besides icon this PR adds:

  1. <meta name="apple-mobile-web-app-capable" content="yes">, bacause safari can’t read display from manifest

  2. <meta name="apple-mobile-web-app-status-bar-style" content="#0f0>, but it doesn’t seem to be working :disappointed:

So?…

Would be grateful for help with that 🍎📱🕸app-status-bar-style.

marek-saji commented 5 years ago

I’ve misread the documentation. Only valid values are default, black and black-translucent. I’ve set black-translucent, but still it does not seem to be working.