Tag: Tauri
All the articles with the tag "Tauri".
-
What Tauri Cannot Do
Published date:Exploring the limitations of Tauri when developing a transparent, click-through desktop pet application with 3D models, particularly regarding mouse event handling when cursor events are ignored.
-
What are the issues with Tauri?
Published date:This article explores the core issues with the Tauri framework, particularly cross-platform consistency problems and its differentiated positioning compared to Electron, while also analyzing potential solutions.
-
Challenges and Solutions for Implementing Cross-Platform Screenshot Functionality with Tauri
Published date:This article explores the technical challenges of implementing screenshot functionality in the Tauri framework, including cross-platform compatibility issues and data transmission efficiency problems, and provides corresponding solutions.
-
Advanced Tauri Screenshot App Development: macOS Fullscreen Handling and Clipboard Operations
Published date:In-depth exploration of special handling on macOS platform when developing screenshot applications with Tauri, including fullscreen display issues, clipboard operation anomalies and solutions, as well as key technical details such as keyboard shortcuts and preview function optimization.
-
Tauri Spotlight: Cross-Platform File Search Tool Development Practice
Published date:This article introduces the practical experience of developing a cross-platform file search tool using the Tauri framework, explores how to avoid performance issues caused by directly scanning the file system, analyzes the technical principles of the Everything tool on the Windows platform, and shares the implementation of an efficient indexing solution based on the MFT table of the NTFS file system.
-
Exploring Tauri Plugin Development: Webview, iframe, and Shadow DOM Practices
Published date:This article explores several approaches for implementing plugin-based development in Tauri desktop applications, including technologies such as Webview, iframe, and Shadow DOM. It analyzes the pros and cons and applicable scenarios of each approach, and delves into how to build a secure sandbox environment for loading third-party untrusted resources.
-
Tauri Development in Practice: Window Management and Cross-Platform Experiences Beyond Documentation
Published date:This article shares some practical issues and solutions encountered when developing desktop applications with Tauri, including dynamic window detection, menu bar hiding and custom window control, handling differences across three platforms (Windows/macOS/Linux), and a comparison of development experiences between Tauri and Dioxus.
-
Tauri Practical Tips: Dynamic Window Detection and Error Handling
Published date:This article introduces how to properly handle duplicate window detection issues during dynamic window creation when developing desktop applications with Tauri, avoiding program crashes caused by duplicate window labels, and provides corresponding error handling solutions.
-
Rust Tauri v2 Desktop App Development: Unconventional Windows and System Permissions Handling
Published date:This article delves into the technical details of developing unconventional window applications (such as screenshot tools, floating windows, desktop lyrics, etc.) using Tauri v2 and Rust, including multi-window management, system permission requests (especially macOS ScreenRecording permission), and permission-window association configuration.