-
Initially, the notification plugin was working fine on Windows. Then, I tested it on an Android device, and it also worked. However, after continuing development and testing on Windows, the notificati…
kui04 updated
3 months ago
-
### Describe the bug
When you create a new app, and then turn on the `unstable` feature, the keyboard shortcuts for text manipulation (cmd a, cmd c, cmd v) no longer trigger. The actions can still be…
-
### Describe the bug
Building fails:
```
pnpm tauri build
> terratestlogviewerv3@0.1.0 tauri /home/salmon/git/TerratestLogViewerV3
> tauri "build"
Running beforeBuildCommand `pnpm buil…
-
### Describe the bug
An app with identifier in the `src-tauri/tauri.conf.json` without a single `.` / dot character causes a program crash in Linux.
Working identifier:
`"identifier": "WhatEver.I…
-
### Describe the bug
It won't bundle the resources specified in the bundleresources config for Android (`yarn tauri android dev`). Does this option apply to Android?
```
"bundle": {
"resourc…
-
### Describe the bug
svg animation or css animation Stuck and stopped
### Reproduction
_No response_
### Expected behavior
_No response_
### Full `tauri info` output
```text
WARNING: Only one …
-
It would be nice to have a way of finding out whether the log had been initialised already (i.e. whether `init` had been called already). This is because Android apps are often restarted automatically…
-
Win11, Slint 1.7.1, Rust
I can't compile successfully when use skia-vulkan, errors are:
```
error: failed to run custom build command for `skia-bindings v0.75.0`
Caused by:
process didn'…
-
### Describe the bug
The Tauri v1 pre-requisite `libwebkit2gtk-4.0-dev` is not available in Ubuntu 24 repositories. This causes an error when installing the pre-requisites specified [here](https://…
-
### Describe the bug
```rust
// Prevents additipub(crate)onal console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
#[cfg(targe…