wails icon indicating copy to clipboard operation
wails copied to clipboard

Create beautiful applications using Go

Results 518 wails issues
Sort by recently updated
recently updated
newest added

### Description 返回结果: F:octocpus\backup.yaml C:Users\u00049825Desktop\backup.yaml ### To Reproduce 1 ### Expected behaviour 1 ### Screenshots _No response_ ### Attempted Fixes _No response_ ### System Details ```shell 1 ``` ### Additional...

Bug
awaiting feedback

### Description 我启用cgo打包用到的命令 $env:CGO_ENABLED="1";wails build -platform windows/amd64 -clean -o daliTools.exe 这种情况下,打包完成dll没有复制到bin目录下,我手动复制dll到bin目录下,虽然log.Fatal没有报错 同样代码什么都没有改动 ,打包命令仅仅加个-debug ,程序就正常了,能正常访问dll里面的接口,也有信息返回,但是去掉-debug就不行了,是不是正常打包去掉了什么正是我需要的 ### To Reproduce 1.启用cgo 2.loadDll 3.调用里面的方法 ### Expected behaviour dll方法里面返回信息 ### Screenshots ![Image](https://github.com/user-attachments/assets/c4f797dd-2e1a-4acf-aefa-334c537bfe2f) ```func InitSdkDll() {...

Bug
awaiting feedback

Just updates the command in the docs homepage to be `wails3` instead of `wails` for the v3 alpha. ## Summary by CodeRabbit - **Documentation** - Updated the "Quick Start" section...

Documentation

### Description I'm building a Wails app and using it as a Windows Shell replacement (i.e., replacing explorer.exe as the default shell). After building and installing the app on the...

Bug
awaiting feedback

### Description When developing a desktop application based on the Wails + Vue technology architecture, the following abnormalities were found in the function button interaction module: 'There is a latency...

Bug
awaiting feedback

### Description When the resolution of the Windows computer is set to 125% or other non-100% values, the position of the window is set through SetRelativePosition, which is always incorrect...

Bug
awaiting feedback

# Description This PR enhances the v3 binding generator with support for registered events with strict data typing. Typescript IDEs will provide autocompletion support in JS/TS files for registered events....

…allation (#4283) # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for...

Documentation
v3-alpha
templates

### Description When using the `runtime.Eventsummit(a.ctx, "update", "test")` I receive a message in the terminal saying `TRA | No listeners for event 'update'`. But EventsEmit itself is working and I...

Bug
awaiting feedback
TODO

### Description Triggerring `window.Print()` from Go, or `window.print()` from JS does nothing. ### To Reproduce Run this code ```go package main import ( "embed" "log" "time" "github.com/wailsapp/wails/v3/pkg/application" ) //go:embed all:frontend/dist...

Bug