Це питання з reddit:
Hi, I have a web app written in Go ( a-h/templ, htmx and tailwind) and it is mobile responsive, but it’s a terrible user experience to have them log in and use it on mobile through browser, so there is a demand for mobile app.
I’m wondering if it’s possible to create a mobile app from my existing frontend? Additionally, I would like to use some mobile features, like push notifications. I am researching capacitor and similar, but so far it seems like I would need to create static js files. However in my case everything is rendered on the server dynamically.
I also think PWAs are out of the question since those can’t get to apple store anymore, unless anything changed recently… Any help is greatly appreciated!