tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

The source for all Tauri project documentation.

Results 366 tauri-docs issues
Sort by recently updated
recently updated
newest added

### 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....

enhancement
discuss

### 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...

enhancement
discuss

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` ![image](https://github.com/user-attachments/assets/b109820d-ed11-4407-b4b9-395a870ab4d3)

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 #

i18n
i18n: zh-cn

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 ![Screenshot 2024-10-09 230600](https://github.com/user-attachments/assets/07ae87b3-aa4a-4ee1-9833-559f80008fb9) 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...

enhancement
discuss

#### Description - What does this PR change? Give us a brief description. ![image](https://github.com/user-attachments/assets/b607df46-386a-4d29-9754-9e55e95af667) 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...