tauri icon indicating copy to clipboard operation
tauri copied to clipboard

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

Results 1283 tauri issues
Sort by recently updated
recently updated
newest added

### Describe the bug High memory usage when sending lots of commands for rust from js. ### Reproduction Invoke a command in an interval: ```js setInterval(() => { invoke('get_data', args).then(drawOnHtmlCanvasElement)...

type: bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/tauri-apps/tauri). ## Config Migration Needed - [ ]...

# Version Updates Merging this PR will release new versions of the following packages based on your change files. # api ## [1.1.0] - Improve shell's `Command`, `Command.stdout` and `Command.stderr`...

version updates

### Describe the bug I can drag with mouse, but not touchscreen ### Reproduction 1. npx create-tauri-app, choose react, and typescript 2. in tauri.conf.json, change the tauri.windows: ``` "windows": [...

type: bug
status: upstream

**Describe the solution you'd like** It'd be nice to actually apply the security framework when building. **Describe alternatives you've considered** Ignoring security problems won't help.

help wanted
good first issue

### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...

### Describe the problem ## Code structure Idea: Rust types that are sharable between the Wasm client and the Tauri server, without a manual JS bridge. ```rust //! ipc_api/lib.rs use...

type: feature request

### Describe the problem There's a permission error when playing audio without user interaction. This audio permission should not apply to Tauri apps. ```js new Audio('audio.mp3').play(); ``` ##### Unhandled Promise...

type: feature request

### Describe the problem Tauri should expose a way to register a Rust callback to intercept and modify requests that the application in the web view makes, as part of...

type: feature request

### Describe the bug ``` {{testvmodel}} export default { data() { return { testvmodel : 0, } }, } ``` Build it in debug mode : npm run tauri build...

type: bug
status: needs triage