Tony
Tony
Follow up of #1550 Changes: - Disallow calling `create_store` when there're still active stores with the same path alive - Save and cancel pending auto save on drop - Use...
Fixes https://github.com/tauri-apps/tauri/issues/11384
Reference: https://github.com/tauri-apps/wry/pull/1418#discussion_r2005617414, https://github.com/tauri-apps/tauri/issues/12990 - Fix init script sometimes get executed too late on Windows WebView2 - Init scripts are always executed on all frames on Windows WebView2 - `WebViewAttributes::initialization_scripts` takes...
I find it quite unintuitive to have this being restored by default, especially when during development, sometimes you want to change a window to be (not) decorated and it stays...
## One way commands - [x] Navigate #207 - [x] Resize and change the position of the window #275 - [x] Other commonly used window methods (e.g. set maximized, is...
To make verso a webview that can be used by other apps, we'll need - [ ] Able to remove some functionalities based on feature flags - [x] Can be...
Enable touch support and allow disable pinch zoom from command line flag
Currently, the hover state will stay when the mouse moves out of the webview, this PR fixes it Testing: Hover on the `About` on servo.org, and then move the mouse...
Closes #13577