Tauri Windows Splashscreen

Use when adding a splashscreen to a Tauri v2 app — declaring a visible splash window and a hidden main window in config, doing initialization work in the Rust `setup` hook with `tokio::spawn` (never `std::thread::sleep`), signaling readiness via a `splash://ready` event or directly via `get_webview_window("splash").close()` + main `.show()`, and choosing JS-driven vs pure-Rust orchestration.

stuffbucket bb8297e 3 files · 12.7 KB Updated

File contents

stuffbucket/skills/tree/main/plugins/stuffbucket/skills/tauri-windows-splashscreen commit bb8297e971

Frequently asked questions

npx skillmds@latest add stuffbucket/tauri-windows-splashscreen