un / inbox

Modern email for teams and professionals. A replacement for outdated email technology and tools. Alt to hey.com, front.com, missiveapp.com
https://uninbox.com
Other
1.39k stars 106 forks source link

feat(web): pwa #195

Open McPizza0 opened 5 months ago

McPizza0 commented 5 months ago

we should enable PWAs early since we wont have a mobile app for a while

zeucapua commented 1 week ago

I would love this for my phone (Safari ain't fun to navigate web apps with 😭)

Suggested solution

Add these meta tags on the HTML head:

<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="easytodo.link">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="viewport-fit=cover, user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
BlankParticle commented 6 days ago

I am looking into this, NextJS is not fun to do PWA with