Fabian-Lars
Fabian-Lars
I only skimmed through but one thing i'd like to have added is that you can use the `state()` method to get the state if you can't rely on the...
It needs a version bump if you want it to be shipped to create-tauri-app users sooner rather than later. Just a simple changefile like https://github.com/tauri-apps/create-tauri-app/pull/888/files#diff-7eb04d5349f53a75fbc2650a1dc69766a2002c4231f77d503f0bb6cede31445d is needed for that (no...
patch
Somewhat related to https://github.com/tauri-apps/tauri/issues/1564 (will keep both open since we need to change the window color _and_ the webview color.
Thanks for the report! Could you try these instructions please? https://github.com/tauri-apps/tauri/issues/4724#issuecomment-2477407154 - i kinda doubt they'll help but worth a try.
try `cargo tauri dev --release` then so tauri knows about the release flag too. Is there anything more than just `error: failed to build archive: Operation not permitted` or really...
hmm, i really can't think of a reason for this. tauri dev (especially from the linked PR) should be really the same as cargo build 🤔
checkout the pr for the linked issue: https://github.com/tauri-apps/tauri/pull/11694/files
> My AndroidManifest.xml file was not updated. I manually added the necessary permissions. The file you're seeing won't be updated. The android build tools will merge the plugin's manifest with...
Thanks for the report, which macOS version are you running?