You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on different setups where one has internet through WLAN and the other over LAN. When switching workplaces (opening/closing the lid) it seems Plash can not reload the web page or get back to the last state.
To reproduce
Steps to reproduce the behavior:
Open any website
Turn off w-lan
Close the lid
Open the lid
red Plash icon
no website
Expected behavior
Saving the last state and waiting for a new internet connection or use a service worker to save the site offline.
Screenshots
If applicable, add screenshots to help explain your problem.
Info
macOS version: 10.15.2
Plash version: latest (don't know where I can see this, mabye add the version and hash as read only menu item)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I added a quick workaround for this in 42ae54e. Now it won't reload if there's no internet connection. However, it will not automatically reload when you regain the connection, unless you have a "reload interval" preference set.
Note to self or anyone that wants to work on this:
The proper fix is to create a new web view below the existing one (with no opacity), load the URL, if it succeeds, we fade out the old one while fading in the new one. If it fails, we discard the new web view. We should also listen to when the connection is regain and then reload.
Describe the bug
I'm working on different setups where one has internet through WLAN and the other over LAN. When switching workplaces (opening/closing the lid) it seems Plash can not reload the web page or get back to the last state.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Saving the last state and waiting for a new internet connection or use a service worker to save the site offline.
Screenshots
If applicable, add screenshots to help explain your problem.
Info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: