Ryusei
Ryusei
I am currently facing a similar problem. In my case, it happens in case of frameless windows. `("window":{"frame":false})` and when I call `"nw.Window.get().close(true)"` it ends without animation. In normal window...
Thank you for your response. I edited the code as advised and as a result I was able to build the relationship, but still had problems. Below is the current...
Thank you for developing such a plugin. I was getting ready to switch from Electron to TAURI. Electron had a clipboard API, but not the ability to get file pointers,...
Sorry for the lack of clarity. I would appreciate it if you could provide a boilerplate with the "Electron-Vite" itself.
Understood. We will try the alternative library you referred us to. Thank you very much for your development so far.
I am currently experiencing the same problem. I have implemented the code as documented below, but it fails when I run `load()`. ### Rust ```rust let config_path = PathBuf::from("config.bin"); let...
Thank you very much. I set the version of the store plugin to fine center and the problem is solved.
I too wonder why only IOS is not supported. My current project requires cross-platform support in the future, but I am looking for a way to break the deadlock since...