-
Notifications
You must be signed in to change notification settings - Fork 53
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
[Suggestion] Real-Time Page Rendering #78
Comments
please elaborate on when is it that a page is updated? but I do see a need to add a button to re-capture the page image |
For instance, on youtube, whenever a new frame is pushed @tenox7. |
that would probably require some streaming protocol, you don't want to be generating a new png/gif image every frame hmm maybe animated gif? |
@tenox7 That might work. |
I think some older systems (like Windows 95) might not like that. |
@tenox7 I'd really enjoy if you added 1 (or 2) buttons:
PS. I don't really think streaming is possible to be implemented, especially to the oldest browsers (I tried your tool with Windows 3.11's Internet Explorer 5.01 and it worked!) |
@wojtekpolska I think that there should be an option for streaming, for some of the newer browsers that support it, also, I think an animated GIF would be handy for some browsers "in the middle" that support it. |
Agreed. I will definitely add "re-capture image" option/button without page refresh. As for animated gif I'm going to do some experiments and see whats doable. |
@tenox7 Thanks! I like this tool already, im using it out of curiosity, but im pretty sure that some legacy systems might heavily benefit from it :) PS. The Readme file is missing an explanation to "S" function and im not really sure what it does either, i assume its size, but why is it needed when we already choose the page size in px? it probably has some use that im not aware of If you have time please add information about "S" to the Readme |
S is for scale, or zoom. Thanks for pointing it out!! I'll fix it in the readme. |
Im happy to be helpful :D |
I have added "recapture image" option. This is done with St button which basically sends "Stop" to chrome and then recaptures page. This even works in Youtube, you can play a video and click on St and it will refresh it on the client without reloading whole page. |
@wojtekpolska I have also renamed S (scale) to Z (zoom). I checked with Chrome and Firefox and they both have "Zoom" instead of scale so this should be more clear now. |
@tenox7 I came up with an idea. Would using a small JS program to auto-query for a new frame work? I'm pretty sure that's what browservice does. |
I have a method for recapturing screenshot without page refresh. There is a button for this in the default html. It's not released but it's in head main (I will be releasing shortly). You could trigger this with JavaScript easily. Saying that I dont want to add JS to the default html but now you can customize it yourself :) |
this is now released as 4.5.2 |
In my opinion, WRP should at least have an option to render the page every time it is updated, this would make the page much more responsive. You could also make it run at 1 frame per x seconds by putting a JS refresh (for some newer devices) every x seconds. Thanks in advance.
The text was updated successfully, but these errors were encountered: