PWA configuration for Gradio #6734
Labels
brainstorming
Brainstorming issue
enhancement
New feature or request
python
Backend-related issue (Python)
svelte
Frontend-related issue (JS)
Milestone
Yes
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Since Gradio is a web-based solution a PWA config should add more value. I see Gradio already supporting somewhat responsive designs and if PWA is enabled it will work like an app and can be installed on desktop and phone. All that is needed is a proper manifest (with proper icons) and a service worker. Maybe an option can be added to Gradio launch method which takes
make_pwa
as a boolean and sets the app icon just like we setfavicon_path
with the variablepwa_icon
. Icons could be made more generic which takes a high res icons and generates favicon and pwa app icons and updates manifest json.Additional context
N/A
The text was updated successfully, but these errors were encountered: