5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 04:11:05 +08:00
wails/v2
stffabi c70d93b482
Suppress resizing during minimize of a frameless window (#1322)
If the window is frameless and we are minimizing, then we need to suppress
the Resize on the WebView2. If we don't do this, restoring does not work as
expected and first restores with some wrong size during the restore animation
and only fully renders when the animation is done.
This highly depends on the content in the WebView.
Possible fix for #1319
2022-04-10 18:45:09 +10:00
..
cmd/wails Improved TS Generation (#1310) 2022-04-04 21:01:00 +10:00
internal Suppress resizing during minimize of a frameless window (#1322) 2022-04-10 18:45:09 +10:00
pkg Feature: Add menu helpers 2022-04-09 20:36:48 +10:00
go.mod Update go.mod 2022-04-10 09:41:44 +10:00
go.sum Update go.mod 2022-04-10 09:41:44 +10:00
init_windows.go [windows] Lint fixes 2021-06-21 09:58:10 +10:00
init.go chore: run go fmt ./... and go mod tidy 2021-11-25 12:14:27 +08:00
NOTES.md Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
README.md [v2] Update Workflow 2021-09-13 20:04:08 +10:00
wails.go [windows-x] Experimental -> Default 2021-08-15 21:07:34 +10:00

Wails v2 ALPHA

This branch contains WORK IN PROGRESS! There are no guarantees. Use at your peril!

This document will be updated as progress is made.