-
### Describe the bug
After adding tailwindcss to a brand new project, I get an error when running `pnpm tauri dev`.
But works when running `pnpm run dev` and opening in the browser.
Seems similar…
-
### Describe the bug
decorations(false) have bug,the web content is not fullSize,have a border in the right,just like the pic
![001](https://github.com/user-attachments/assets/ca213fd9-a2aa-4bb3-ac8…
-
The `libwebkit2gtk-4.0-37` library which tauri depends on is not available in the default apt package repositories on ubuntu 24. There is only `libwebkit2gtk-4.1`. Client installation is still possibl…
-
### Describe the bug
I am currently running my Tauri app as a Windows service (without a window), and I am encountering an issue when trying to close the app using the app.handle().exit(0) command.…
-
I created a basic` tauri+vue+typescript `project, cloned main.rs from this demo project, and then changed app.vue as following. There is no click through effect, and there is nothing logged to devtoo…
-
### Describe the bug
When I set decorations to false, the initial window has no left or bottom border. However, when I resize the window, they appear. But it's noticeable that their color is differen…
-
### Describe the bug
It seems that Tauri Android app don't expect the application process to outlive the MainActivity, which is common in android world if you are running a foreground service
In…
-
https://github.com/specta-rs/tauri-specta/blob/main/examples/app/src-tauri/src/main.rs
-
**Describe the bug**
When I join a channel and click the "Share Your Screen" button, nothing happend.
**System Info (please complete the following information):**
- OS: MacOS Sonoma 14.7.1 (late…
-
![Screenshot from 2024-10-20 12-35-53](https://github.com/user-attachments/assets/1252951b-a05e-47c1-865c-1a13e4343704)
I've been learning a lot about tauri from this adventure. Musicat now "runs…