tauri
tauri
**DO NOT MERGE** This is used to create an constantly-refreshed deploy preview for Crowdin translations. A new deploy is scheduled for 12am UTC every day.
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/4746 ### Describe the bug I can drag with mouse, but not touchscreen ### Reproduction 1. npx create-tauri-app, choose react, and typescript 2....
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/4620 ### Describe the problem I hope that the window layer can be set by setLevel. ### Describe the solution you'd like ```...
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/4056 ### Describe the bug Hello, a window changes its position if the windo is resize while hidden. The size, for example, is...
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/4208 ### Describe the problem It's a shame that Tauri doesn't have an API similar to [Electron's Progress Bar](https://www.electronjs.org/docs/latest/tutorial/progress-bar), it's very useful for...
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/3990 ### Describe the bug On Windows 11, when a window is resized via a tauri command, the window hangs and must be...
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/5279 ### Describe the problem As far as I can tell from the docs, concerning the theme of the window, there are JS...
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/5115 ### Describe the bug if we `await appWindow.setDecorations(false)` at first, then we `await appWindow.setFullscreen(true)`, and call `await appWindow.setFullscreen(false)` after a few seconds,...
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/9138 ### Describe the problem In tauri 2.0, I'm opening a context menu using the new window.popup_menu() API. I can respond to selections...
> 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 the right type of files on macOS 14.3 ### Reproduction...