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 add method ``` func (a *App) SavePosition() { w, h := runtime.WindowGetSize(a.ctx) x, y := runtime.WindowGetPosition(a.ctx) fmt.Printf("%#v %#v\n", w, h) fmt.Printf("%#v %#v\n", x, y) } ``` and invoke...

Bug
Awaiting Feedback
Ready For Testing

I'll be adding more examples to this PR as time goes along. Making a PR so we can get feedback.

If you are opening an Enhancement request, please make sure you check it is not already on the [Roadmap](https://github.com/wailsapp/wails/discussions/1484). [This](https://github.com/wailsapp/wails/issues/1332) is a really good example of how to raise an...

Enhancement

When running a project on unix after windows, the paths in `wails.json` will be invalid. If we standardise on unix paths then this will make projects portable. ### Discussed in...

Enhancement

### Description Not sure if bug or a feature request. But I have a Wails repo setup here: https://github.com/learn-anything/learn-anything/tree/main/app My front end is built from https://github.com/solidjs/solid-start I modified wails.json to...

Bug

### Is your feature request related to a problem? Please describe. 我是一名 web 开发者,事实上现在的 web 应用非常成熟,只要提供一个良好的环境,它们的性能媲美原生,而且只有web才是真正意义上的跨平台!现在任何系统平台都一定会内置 webview, 有 webview 就可以完美运行 webapp , 而现在兼容性问题已经不再是问题了。 wailsapp 的想法和结构非常好,如果可以完美支持安卓和ios,那将是举世无双的,个人感觉会比 flutter 的解决方案更加高效! ### Describe the...

Enhancement
wontfix

We'd like to support Android as a build target

Enhancement

### Description When `input` `type` is `file`, the selected file dialog cannot pop up in `mac`, but wins can pop up. ### To Reproduce frontend > index.html ``` html test...

Bug
TODO

We'd like to support iOS as a build target

Enhancement

### Is your feature request related to a problem? Please describe. I am creating an email client and rendering HTML emails using an iframe. When the HTML content uses a...

Enhancement
Linux