-
Notifications
You must be signed in to change notification settings - Fork 168
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
Feat: PWA install prompt #1302
Comments
After doing tons of research here. It seems like almost no app is doing a popup prompt for users. I like the @rphlmr approach the most. Show after sign up + also via the notice popup we have. Both can be dismissed. On the marketing website I will make a page for it too. |
Desktop: Let's use the component we have for notices for this purpose. The black box will be a gif showing how to install on mobile. Full tutorial will send to this page: https://www.shelf.nu/blog/new-shelf-pwa-progresive-web-application-live-learn-how-to-use Mobile: I would add it to the landing page after signup (Asset Index) / message can be dismissed Dashboard: Using the existing notices component we will also promote the message and URL to marketing site. |
This component we already have so nothing new to develop here. We just need to change the content. Also would be good to change the cookie name so even people who dismissed it already can still see it.
Okey so a few things here. I like the design and general visual approach but I have some feedback.
Also looking at the example we have from Rapha, this seems to consider just iphones where we cant add an action for it and we want to show a short looping video showing how to do it. @hunar1312 I think you could already start on it. There is some technical stuff to already do:
I will send you some code examples on discord. |
Prompt users to install PWA when visiting shelf on mobile.
The text was updated successfully, but these errors were encountered: