-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Stacker news tries to install itself as a PWA - any way to opt out? #953
Comments
The prompt from Lines 106 to 109 in 4b4a536
Looking at its code, it should be possible to conditionally render it by passing in 0 for To make this less fragile (since it depends on the component tree not remounting without this param set), one could also set the item in localStorage that it reads to make it never appear again. I am curious though, what is this Fedi(mint?) browser? Is it public? Can we try it? Haven't found anything about it on fedimint.org or when searching for "fedimint browser". |
Fedi (the company) has "mods" in the app where you can go to a website with webln, web.nostr, and some other bitcoin tools injected. Just use Fedi and connect to any federation, then in settings add a mod for stacker.news or some federations have it set as default. Can I set that timesToShow as a query parameter? the only control I have is the initial URL I set for the federation meta |
Ahh, ok!
No, not yet, that needs to be added as code. |
Deploying this now. @Kodylow you'll want to use |
Not sure how new this is but stacker news tries to install itself as a PWA when you navigate to it in Fedi's browser, could we disable this? It's already a mod within Fedi so this installation screen is unnecessary. We route to mods with a URL link so could we add a query param to the url like ?promptDownloadPwa=false to stop it?
The text was updated successfully, but these errors were encountered: