Expand description
NativeHost domain handlers for Wind IPC.
Covers INativeHostService commands: dialogs, OS info, window state, color scheme, dark mode detection, port scanning.
Functionsยง
- detect_
dark_ ๐mode - Cross-platform dark mode detection
- handle_
native_ find_ free_ port - Find a free port starting from a given port
- handle_
native_ get_ color_ scheme - Detect OS color scheme - cross-platform dark mode detection
- handle_
native_ is_ fullscreen - Check if window is fullscreen
- handle_
native_ is_ maximized - Check if window is maximized
- handle_
native_ os_ properties - Get OS properties - cross-platform (macOS, Windows, Linux)
- handle_
native_ os_ statistics - Get OS statistics - cross-platform memory/load stats
- handle_
native_ pick_ folder - Pick folder using Tauri dialog plugin and reload webview with folder param.
- handle_
native_ show_ open_ dialog - Show open dialog with file/folder picker