mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1015] Why some Chrome do not have the ability to install PWA? #354
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#354
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhangzhaohong on GitHub (Jul 22, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1015
I have tried so many times, but i found that PWA do not show to the users and let us install it. I only see it when i use the domain name is "localhost", can you give us some solution to solve this problem.
@liyasthomas commented on GitHub (Jul 22, 2020):
Update the browser to it's latest version. Most browsers have option to install PWA. If the option isn't available, try adding the site to Home screen by going to "More options" > "Add to Home Screen" in Chrome.
This issue isn't related to PW hence closing.
@zhangzhaohong commented on GitHub (Jul 23, 2020):
I have tried it, but PWA is not exist, i found it is available in your demo site. Could i some method to build the plugin local and install it manual to our browser.
@liyasthomas commented on GitHub (Jul 23, 2020):
PWA will only be available for sites hosted in
HTTPSthus,localhostwon't have PWA.@zhangzhaohong commented on GitHub (Jul 23, 2020):
But why it can show to us when i use localhost and dismiss in HTTPS site.
@liyasthomas commented on GitHub (Jul 23, 2020):
PWA won't work with localhost. You should deploy the app in a HTTPS site.