asticode / go-astilectron

Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)
MIT License
4.9k stars 344 forks source link

Electron `window.setContentSize` equivalent? #343

Closed maddie closed 2 years ago

maddie commented 2 years ago

Currently, even with UseContentSize option set to true in WindowOptions, calling window.Resize() still resizes the browser window instead of the page viewport.

Is there an equivalent method of calling window.setContentSize like this in the Electron document?

Thanks.

maddie commented 2 years ago

Hi @asticode, sorry to be pushy but I need this feature on a project I'm currently working on. It would be a great help if you can help review this change and asticode/astilectron#52.

Thanks!