7 ms·
You have to build a proper PWA with a fully formed manifest.json first off. Web Push (i.e: Push Notifications) are fully supported on both iOS and Android. The
by prologic 2mo ago
You have to build a proper PWA with a fully formed manifest.json first off. Web Push (i.e: Push Notifications) are fully supported on both iOS and Android. The Only thing that doesn't work is "background" work (but preactically speaking I haven't really needed it).
If you'd like to find out how I build Mobile-first apps with Go, HTML and HTMX hit me up.
- bbkane 2mo agoAny chance you could write a hello world repo of this stack and post a link here?
- nine_k 2mo agoTry asking this question to an LLM. (No, seriously.) Or to a search engine: https://share.google/dTJmGU38xw0kDSJlZ https://share.google/dTJmGU38xw0kDSJlZ
- prologic 2mo agoYes! Check out https://swag.mills.io https://swag.mills.io and the examples in the repo.
- bbkane 2mo agoThank you, will check this out
- LVB 2mo agoSwag looks interesting and I'm definitely gonna give it a try!