mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #419] When uninstall the PWA the "install PWA" link in postwoman.io isn't appear anymore #160
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#160
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 @shlomisas on GitHub (Dec 10, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/419
Describe the bug
First of all, great initiative! thank you for that!
I installed the PWA via https://postwoman.io and then the download link doesn't appear anymore, i wanted to have it back (to take a screenshot and share it with my team) but after i uninstalled the app via chrome://apps the link doesn't appear there anymore, i tried to delete the web-worker, disabled the cache, use incognito but it's still not there.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The link should be there and you'll be able to re-install the app
Screenshots
https://www.screencast.com/t/PWEysHafmnK
Desktop (please complete the following information):
@liyasthomas commented on GitHub (Dec 11, 2019):
Once you install the PWA, "Install PWA" button will be hidden.
To restore the button:
@shlomisas commented on GitHub (Dec 11, 2019):
I did that (as mentioned I tried Incognito mode as well) but it still not appears.
The app is uninstalled, cookies/localStorage is clean (or Incognito) but it's not there.
@liyasthomas commented on GitHub (Dec 11, 2019):
I just repeated the above steps and I was able to restore the PWA button.
Don't forget to clear cookies
@shlomisas commented on GitHub (Dec 11, 2019):
Here you can see a video of it: https://www.screencast.com/t/AA2JmU69y (sorry for the SWF :( )
Cookies are cleared, and as you can see in the video, Incognito was in use as well.
@liyasthomas commented on GitHub (Dec 11, 2019):
Incognito mode won't allow apps to use
localStoragewhich is essential to PW. Consider clearing cookies and site cache/data and reefresh.@shlomisas commented on GitHub (Dec 12, 2019):
Oh, now it's working. thank you!