-
Notifications
You must be signed in to change notification settings - Fork 90
Add PWA support #590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Add PWA support #590
Conversation
|
Hi @imamcr - I don't feel that this is sufficient, but I honestly don't know. :-) To me, "install app" implies that it can be installed with the full db, back end running, etc, and this will be misleading to users. Thoughts? |
I see your point! However, "install app" in the PWA context simply means adding it to the home screen and running it in its own window, making it feel more like a native app. It doesn't imply installing the backend or database. This is a common way PWAs work, and many users expect this behavior. Many modern web apps allow users to "install" them as PWAs, giving them a more native-like experience. Lute is in my app launcher Rofi: Users can launch the site from their app launcher, and have an app-like experience without needing a browser tab. |
|
Nice. @imamcr , how does the PWA work with things like tabs and popups? (Sometimes Lute opens things up in separate tabs, and some dictionaries have to be opened as a popup.) -- sorry am pressed for time hence the basic questions :-P Also, how do I get at the "install app" link, if I install Lute using pip? |
|
|
@jzohrab forgot to tag you. |
|
Thanks @imamcr for the ping. My only remaining concern for this is that it may cause extra questions for users who see the "install app" thing and think that it runs self-contained, and doesn't need the back end. I wonder if we need some docs for the manual. |
|
This is pretty old, but many times it is "Add to Home Screen" or "Add to Desktop" |



Added PWA support.