-
### Is your feature request related to a problem? Please describe.
I am trying to migrate an existing Electron project to Wails.
I hope to package some of the dependencies in node_modules, such as s…
-
mac系统,我使用 xtermjs5.1.0,trzszjs, go wails,浏览器端可以正常打开文件窗口,但是打包成客户端后无法打开文件选择窗口,
我使用的antdv自带的上传组件是可以打开选择窗口的,这个要怎么弄下呢
-
Hi @sgosiaco
Thanks for putting this together. I've just (yesterday) discovered Wails, but been using Quasar for a couple of years no, so this is fantastic.
I'm having problems using the wails …
-
### Description
Go:
```
func (a *Api) Startup(ctx context.Context) {
...
}
func (a *Api) Shutdown(ctx context.Context) {
...
}
func (a *Api) Download(uri string, callback func(status bool, …
-
### Description
HI! I have implemented an application using BLE (BlueTooth Low Energy).
I am using this golang lib for BLE
-> https://github.com/go-ble/ble
which uses
-> https://github.com/J…
-
### 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. click but can not run
…
-
### Description
I'm unable to access window.runtime.EventsOn. How am I supposed to import it? console logging window shows no runtime field, and manually importing {EventsOn} or {EventsOnMultiple} fr…
-
### Discussed in https://github.com/wailsapp/wails/discussions/2074
Originally posted by **tonytony2020** November 10, 2022
Importing components via `@` alias is very common and convenient in …
-
### Description
使用wails+vite+vuetify搭建的环境,使用layout布局的使用,在谷歌浏览器的devServer地址是可以正常显示,但是在wails控制台里面提示【Can't find variable: ResizeObserver】这样的错误。如果去掉vuetify里面的v-layout标签,只保留页面的数据,那么就正常显示。
### To Repr…
-
I tried to use WebSocket in Vue and found it unsuccessful, Does Wails not support it?
![1648531685(1)](https://user-images.githubusercontent.com/82591823/160539645-00dcbb23-b0b6-4e8b-b54f-0dc5eb9e598…