-
Notifications
You must be signed in to change notification settings - Fork 45
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
Not showing the UI prompt if the user has installed the web app #72
Comments
The way to do this maybe to use a url scheme ? |
hi @gedw99 thanks for posing this question. |
as a heuristic, you can set maxModalDisplayCount = N so that the modal goes away after being shown N times |
You got it exactly , bummer there is no common . https://ntfy.sh/ has the same problem I noticed . https://ntfy.sh/app Is where you can try it . It shows it’s state , about installed, in the top left of the menu . crazy idea . Fingerprint the user and store the needed state on server . It’s aweful I know but best I can think of .. |
Sorry couldn't find a better client side solution. Thanks for helping to discuss! |
I tested his on iOS using the test link.
if I do the install and then reopen the link it will proof me again.
is this by design ? Is there a way we can check if it’s already installed ?
If not, maybe we can add a Boolean into the session storage that is set to true when they do the install ? Just brainstorming this . Tough problem
The text was updated successfully, but these errors were encountered: