-
Example: https://www.youtube.com/watch?v=vLXF9g-1O4k
I've been experiencing this for a while but wasn't sure what was causing it. Seems to be minimizing the window.
If there's anything I can do to…
-
On Go master use of `os.Exit` is not allowed resulting in a failure in the vg/vggio test.
```
=== RUN ExampleCanvas
panic: unexpected call to os.Exit(0) during test
goroutine 21 [running]:
os…
-
### What version of Go are you using (`go version`)?
$ go version
go version devel +5d000a8b62 Sat Oct 26 08:29:23 2019 +0000 linux/amd64
### Does this issue reproduce with the latest relea…
-
`x/exp/shiny` seems... not particularly maintained.
but there is a new kid in town: [Gio](https://gioui.org).
and @ajstarks just created a canvas API on top of that:
- https://github.com/ajstarks…
-
Running a program with the Go 1.14 pointer checks enabled through `-race` leads to the detection of an invalid pointer conversion:
```
$ go test -race gioui.org/cmd/gogio
--- FAIL: TestJS (5.43s)…
-
Is it possible/does it make sense to be able to attach a Custom() event handler to a Row() object? It looks like doing a Custom() after a Row() currently attaches the event to the last non-Row object.
-
The current Gioui version has a bug with the list layout. It can be glitchy when trying to scroll through a list containing widgets that also have scroll properties such as the editor widget. A work a…
-
Apologies if this is a duplicate of an existing issue. I saw some similar open and closed issues, but none referenced the same function, so I'm opening a new issue to be safe.
```
$ go version
go…
mvdan updated
3 years ago
-
**Describe the bug**
Nothing happens when I press the Sign In button.
**To Reproduce**
Steps to reproduce the behavior:
1. Uninstall app
2. Reinstall app
3. Press sign in button
4. Nothing …
-
Gio implements portable immediate mode GUI programs in Go.
https://gioui.org/