-
### Describe the bug
Hey👋, `appWindow.isFocused` is always `false` in linux, but it's fine in macOS and Windows! How can this problem be solved?
```ts
const appWindow = getCurrentWebviewWindow(…
-
As Windows 7 is still used in large organisations, despite being EOL since Jan 2023. Our app is occasionally ran on such systems and it works good when the notifications plugin is not installed.
It…
-
### Describe the problem
For now I’m using
```
const dataBuffer = await blob.arrayBuffer();
const data = new Uint8Array(dataBuffer);
await writeFile(filename, data)
```
to write file.
### Des…
-
### Describe the bug
When a new version on macOS has been downloaded and installed the app closes down but does not start again.
It is a desktop app for macOS and Windows. It has a main window t…
-
### Describe the bug
```
thread 'main' panicked at C:\Users\Rose\.cargo\registry\src\index.crates.io-6f17d22bba15001f\softbuffer-0.4.6\src\backends\win32.rs:99:9:
assertion failed: !bitmap.is_null(…
-
### Different Filepath for android Build
![image](https://github.com/user-attachments/assets/c9028502-2d1a-4a57-839d-fa88ac9d5ba2)
### Reproduction
https://github.com/Algostract/portfolio-s…
-
tauri version:2
I have a custom plugin(not a lib package,just a rs file with some commands), in the rs file,there is an init function like below:
```rust
// custom.rs
pub fn init() -> TauriP…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Here's my src-tauri file structure -
```
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 16-Nov-24 01:50 …
-
### Describe the bug
Hi. I have a problem.
When creating a window with the visibleOnAllWorkspaces parameter on macOS, the window does not appear on top of all workspaces and full-screen windows. I…