tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
### Question you want answered How can you load a native splashscreen on iOS and keep that up until the wkwebview is fully loaded or perhap an animation has finished....
### Question you want answered Supported Platforms of Logging Plugin ### Where did you look for an answer? https://tauri.app/plugin/logging/#logging ### Page URL https://tauri.app/plugin/logging/#logging ### Additional context the supported platforms of...
It was reported on discord that there were old links self-referencing in the configuration ref. This can be found in `packages/tauri/crates/tauri-cli/config.schema.json` 
The new docs don't mention how to actually use this thing in Rust, so replacing this ```rust tauri::api::path::download_dir() ``` is not straightforward at all.
#### Description - What does this PR change? Give us a brief description. - Closes #
The nav bar to the left is fine but on full screen the main content is too narrow and sometimes a little bit hard to read  Also...
may need https://github.com/tauri-apps/tauri-docs/pull/1649 mostly update links, 'prerelease version' and such
### Question you want answered How can i update an TrayIcon menu item title/logo at runtime. ### Where did you look for an answer? First I searched on the v2.0...
#### Description - What does this PR change? Give us a brief description.  In actual situations, when the app main is minimized to the tray, left-click the tray icon...
#### Description - What does this PR change? Give us a brief description. The original description about `createNew` of `open` is exactly the opposite of the actual effect. Correct it...