webui icon indicating copy to clipboard operation
webui copied to clipboard

Add a feature to control the size and location of the window

Open waseeld opened this issue 4 years ago • 4 comments

This feature can be added via the command line. Example for chrome : --window-size=1024,600 --window-position=600,600

waseeld avatar Dec 27 '20 15:12 waseeld

I see your point now, thank you, we will implement this soon.

hassandraga avatar Dec 28 '20 01:12 hassandraga

We need to search what is the best way, is using CLI or Javascript.

hassandraga avatar Mar 28 '21 03:03 hassandraga

The command --window-size=1024,600 will work fine with Chrome and Edge, but what about Firefox ?

hassandraga avatar Oct 07 '21 19:10 hassandraga

but what about Firefox ?

firefox --width=1024 --height=600 -P WebUI

me00001 avatar Oct 08 '21 09:10 me00001

No need for this feature as the browser doing it naturally. Thanks.

hassandraga avatar Oct 20 '22 00:10 hassandraga