-
## Details
- Browser and browser version: microsoft webview2 / wails (electron alternative)
- OS version: windows 10 22h2 pro
- xterm.js version: 5.2.1
### Steps to reproduce
1. create …
-
### Is your feature request related to a problem? Please describe.
I know this is not supported but i just want to have a try for proof of concept. i replaced the frontend directory with a minimum ne…
-
Hello. I am interested in this question, is there any frontend framework support planned, like in Tauri/Wails 2?
Specifically, I'm interested at least in React support.
I tried building react to …
-
### Description
unable to see index.html content while running wails app in development mode
### To Reproduce
1) wails init -n myproject -t react-ts
2) wails dev
### Expected behaviour
wails dev…
-
### Have you read the Documentation Contribution Guidelines?
- [X] I have read the [Documentation Contribution Guidelines](https://wails.io/community-guide#ways-of-contributing).
### Description
Us…
-
### Description
This is a screenshot of a compiled Wails app with a Lottie file animation using webview2. We are seeing the same high cpu for both Windows and Mac. We have two different animations on…
-
### Description
calling preact signal for state management causes error in react-ts app
### To Reproduce
1. wails init -n myproject -t react-ts
2. cd frontend && yarn add @preact/signals-react
3…
-
### Description
When running
```
wails build --platform windows/386 -webview2 download -nsis
```
The file gets successfully built, and is executable as well.
Though the CLI returns
```
…
-
### Description
When building a project for darwin and specifying the output file name with `-o something` the built file name will not be correctly named.
### To Reproduce
1. Create a project with…
-
### Description
The StartHidden option has no effect on Linux.
Looking at the wails code I see the startHidden option is well handeled for darwin and windows here:
`v2/internal/frontend/desktop/d…