wails icon indicating copy to clipboard operation
wails copied to clipboard

Create beautiful applications using Go

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

How to achieve the same functionality as web browser, to have native zoom level? In chromium there is .setZoomLevel(level) function. If I just simply use: `document.body.style.zoom = 1.5;` on my...

Enhancement
In Progress

### Is your feature request related to a problem? Please describe. Fedora, Ubuntu, and other distros are moving to Wayland and moving away from X11. Currently wails will use the...

Enhancement
TODO

### Description https://github.com/wailsapp/wails/blob/43f8a1f773f3a3ce03898da65335abca62f898a5/v2/internal/binding/reflect.go#L101-L108 https://github.com/wailsapp/wails/blob/43f8a1f773f3a3ce03898da65335abca62f898a5/v2/internal/typescriptify/typescriptify.go#L631-L634 since there's no recursion when a binding a struct, a nested struct will not be added to `typescriptify.KnownStructs`, which leads to an invalid `modules.ts` file being...

Bug
TODO

### Description When I run `wails dev`, I expect `frontend/wailsjs/go/models.ts` to be generated, but it is not. I use `wails version v2.0.0-beta.35`. ### To Reproduce 1. Execute `wails init -t...

Enhancement
TODO

### Description I have struct that defined in "main" package, this struct has fields (struct) defined in "internal" package, in such case model will be generated only for "main" struct...

Bug
Ready For Testing

1. Is there any way that I can call the JavaScript functions in Go? 2. How do I pass my JQuery objects to the backend, to use its functions? 3....

Enhancement
TODO

Linux needs feature parity with the other platforms.

Enhancement
TODO

### Description 1.wails init -n 2. delete frontend 3. run vue create frontend 4. cd frontend 5. npm install 6. npm build 7. assetsdir is frontend/dis 8. wails build 9....

Bug

### Is your feature request related to a problem? Please describe. For some crawlers, multi-account management of web projects is very meaningful ~ hope to support. Thank you so much...

Enhancement

**Is your feature request related to a problem? Please describe.** Currently, on Wails v1.16.8 as for windows development it depends on IE11 (as Windows development use the mshtml library which...

Enhancement
TODO