-
### Have you read the Documentation Contribution Guidelines?
- [X] I have read the [Documentation Contribution Guidelines](https://wails.io/community-guide#ways-of-contributing).
### Description
Th…
-
Although there is the options for using xgo, this article suggests it might be possible to cross-compile in a more lightweight way using zig: https://dev.to/kristoff/zig-makes-go-cross-compilation-jus…
-
### Description
linux/arm cross compilation failed
### To Reproduce
```
export CGO_ENABLED=1
export GOOS=linux
export GOARCH=arm
export CC=arm-linux-gnueabi-gcc
wails build -platform="linux/a…
-
### Description
I create a HelloWorld project and build it. But the builded application cannot runing in my windows 10 amd64.(Nothing window ui being open)
It can runing well in win 11.
### To …
-
### Roadmap URL
https://roadmap.sh/golang
### Suggestions
Show options for Graphical User Interface apps in Go:
- [Fyne](https://fyne.io)
- [WAILS](https://wails.io)
- [GIO](https://gioui.org)…
-
### Description
The ipc.js injected by `wails dev` uses the following code to create the websocket:
```
new WebSocket("ws://"+window.location.host+"/wails/ipc"
```
This makes it impossible …
-
Error creating table: "unable to open database file: out of memory (14)":
CREATE TABLE IF NOT EXISTS test
Any suggestion how to resolve this?
-
### Description
hi,
i wanted my app to show scrollbar's when the content of some area overflows. But i cannot geht the scrollbars to become visible. The content is scrollable with the mouse wheel,…
-
-
### Description
v3:
application.OpenDirectoryDialog() #无法打开文件夹,无法选择路径
### To Reproduce
application.OpenDirectoryDialog()
### Expected behaviour
没有找到相关代码案例
### Screenshots
_No response_
### A…