-
### Describe the bug
I wanna make my app show at the top right corner on the primary monitor during startup with the following code snippet.
```
let mut builder = tauri::Builder::default()
.…
-
### Describe the bug
When I use the updater function, it has triggered the check. Then I use update.downloadAndInstall and the download completes, but the error `Uncaught (in promise) InvalidSignatur…
-
### Describe the bug
I use tauri on v2 project on `macOS`
When creating new window with specific position, the position is incorrect and inconsistent comparing of doing it with global tauri.
…
-
For ./mach bootstrap
https://firefox-source-docs.mozilla.org/mobile/android/index.html#bootstrap-setup
We have silent setup option.
--application-choice="Firefox for Desktop"
https://sear…
-
### Describe the bug
I set a simple cookie as follows:
```
document.cookie = "a=b;";
console.log("cookie", document.cookie);
```
In dev, the following is printed (the previous two print statem…
-
### Describe the bug
Applying `additional_browser_args`, empty or not to any window builder during app_setup.
```
[2024-09-26][06:10:44][tauri_runtime_wry][ERROR] failed to create webview: WebView2…
-
### Describe the bug
```sh
euuki_mac@MacBook-Air-Sebastian calculator % npm run tauri ios dev
> calculator@0.8.1 tauri
> tauri ios dev
Info Using 192.168.0.164 to access the develo…
-
### Describe the bug
The installer seems to open up the terminal during on certain windows versions (including win 10 and 11)
### Reproduction
Just run the updater on certain windows 10, 11 version…
-
### Steps for reproducing the issue
1. Launch `wluma`
### What is the buggy behavior?
Right after start app screen starts flickering (with frequency near 5 Hz) and sometimes appear dark rectangles …
-
### Describe the bug
I run `cargo tauri android dev`, and get this error
```
Info detected host target triple "x86_64-unknown-linux-gnu"
Finished dev [unoptimized + debuginfo] target(s) in 0…