nurikk / zigbee2mqtt-frontend

Zigbee2MQTT frontend
https://www.zigbee2mqtt.io/
GNU General Public License v3.0
240 stars 184 forks source link

Mobile Web App (PWA) support #1977

Open derekoharrow opened 2 months ago

derekoharrow commented 2 months ago

Add the ability for the frontend to be saved as a home screen web app so that it can appear full-screen when launched from the home screen.

I believe all that is needed is to add a manifest.json file so that the smart phone can interpret and treat the web page correctly.

mrskycriper commented 2 months ago

Right now the frontend requires a lot of polishing up before this could be useful. The interface is not mobile friendly in a lot of places.

The request itself is understandable and will probably be implemented is the future.