PaulFreund / WebLaunch

Web-Application proxy for the Kindle Touch
94 stars 24 forks source link

Question: Refresh? #9

Open jeeves5454 opened 7 months ago

jeeves5454 commented 7 months ago

Hi is there a way to add a refresh process or an auto-refresh to the solution?

HimbeersaftLP commented 7 months ago

iirc, this returns the the window object of the page your are loading https://github.com/PaulFreund/WebLaunch/blob/4f6013b5bb7debf0dea7af38fb04c7f93a716dd2/bin/index.html#L152 You should be able to add a periodic call to window.location.refresh() there

bgberk commented 4 months ago

I'm looking to refresh the screen on page load to avoid ghosting, is this what the original comment was asking for? If so, the pull request doesn't seem to accomplish it.