-
### Describe the bug
After executing `cargo create-tauri-app` and selecting rust/yew, the default content doesn't render inside the application window.
### Reproduction
1. `cargo install create-tau…
-
### Describe the bug
Hello,
My app has two windows, one is alwaysOnTop and has acceptFirstMouse, the other is a normal window. The problem (see recording below) occurs when the normal window is …
-
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/9158
### Describe the bug
Similar to https://github.com/tauri-apps/tauri/issues/6915.
`` does not filter for th…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Custom build commands to support building on cloudflare should be something like:
```toml
build …
-
Hi everyone, I'd like to start a discussion regarding the feelings toward migrating the existing code base to the new [Rust SDK](https://github.com/LedgerHQ/ledger-nanos-sdk). The main benefits for mi…
-
First of all I would like to thank the developers for this project, but I'm running into some problems,
```
E/flutter (14556): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception…
-
### Describe the bug
When uploading the IPA packet generated using `yarn tauri ios build` using OSX app 'Transporter' I'm getting an error back that states:
```
Asset validation failed (90476)
I…
-
### Describe the bug
If the tauri app is runing with a spawned background sidecar process, when clicking the nsis bundle to upgrade the tauri app it would pop up a window asking to close the tauri …
-
Here's the method I use to execute a bunch of queries within a transaction:
```
async executeTransaction(transaction: Transaction): Promise {
let wasError: boolean = false;
try…
-
### Describe the bug
I have a signed MacOS Tauri build for distribution and when I try and use shell.open to open a fileDir on the computer it results in the following error being thrown `Unhandled…