ttalvitie / browservice

Browservice: Browse the modern web on historical browsers
MIT License
1.11k stars 32 forks source link

Change URL from the client browser #39

Closed limacohen closed 3 years ago

limacohen commented 3 years ago

I know we can use the --start-page command line option to specify the initial page in the server, but I'm trying to do it from the client (browser). And not from the fake address bar in the CEF browser, since that one won't trigger the virtual keyboard in some devices, thus requiring the aid of an external input.

I'm thinking something like http://{IP}:{PORT}/{SESSION}/{URL} or anything that can send a new location to the server and change the output to the client.

This would not only help with compatibility on some touch devices but also be faster to type and allow the creation of shortcuts to different pages without the need to restart the server.

ttalvitie commented 3 years ago

Seems useful and doable. I'm thinking there could be two ways to use this.

ttalvitie commented 3 years ago

Implemented in 7dc7b19f7e7eee68931427caf1517ce1864c18e4; will be included in the next release.

ttalvitie commented 3 years ago

Released in v0.9.3.0. If there are problems with it, open a new issue.