-
### Describe the bug
In my application I use the `prefers-color-scheme` media to change the color scheme of my app. It works on Chrome/Firefox/Epipahny (on Linux) but not on Tauri. I tried listenin…
-
### Describe the bug
When I try to create a new window using `WebviewWindow `with `x,y` options, the newly created Window appears on the Display, based on the `x,y` coordinates, but then jumps to the…
-
### Describe the bug
Set CODE_SIGN_STYLE to Manual in xcode and manually set the certificate, but every time you run pnpm tauri ios build, CODE_SIGN_STYLE will be automatically corrected to Automatic…
vfiee updated
1 month ago
-
### Describe the bug
I try to create an Android app with Nuxt 3.13.1.
I'm on Windows 11, I followed all the Windows and Nuxt 3 prerequisites but when I launch the android dev command and I choose th…
-
Is there any place listing apps based on `keyring-rs`? If not then I would love to propose such section in the README. It can be useful for new users, and it can make your lib more visible as well. I …
-
### Describe the bug
The WebView crashes when you load the certain page by doing the following in initialization script(`WebviewWindowBuilder::initialization_script`).
### Initialization script
…
-
### Describe the bug
Recently, after I updated `webkit2gtk` version to 2.42.4, my tauri app can not play videos. A video player is rendered, but the video is not rendered.
![Screenshot from 2024-0…
-
### Describe the bug
Assets (in `src/assets`) behave in unusual where sometimes they work, for me, for example, when settings fonts:
`src: url(./assets/fonts/ESAllianz-Light.otf) format("opentype"…
-
### Describe the bug
Hey there,
I am getting started with Tauri, and I got an issue:
- I create the app using create-tauri-app or manually
- I run the `cargo tauri dev`
- I got a white screen:
…
-
### 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…