# tauri-app-haptics > Guidance for Tauri v2 haptics plugin with feedback patterns and graceful fallback. - Author: wandl-6A72h - Repository: partme-ai/tauri-skills - Version: 20260206195346 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/partme-ai/tauri-skills - Web: https://mule.run/skillshub/@@partme-ai/tauri-skills~tauri-app-haptics:20260206195346 --- --- name: tauri-app-haptics description: Guidance for Tauri v2 haptics plugin with feedback patterns and graceful fallback. license: Complete terms in LICENSE.txt --- ## When to use this skill **ALWAYS use this skill when the user mentions:** - Tactile feedback on mobile devices / 移动端触觉反馈 - Haptic patterns or device support / 触感模式或设备支持 - Fallback on unsupported devices / 不支持设备的回退 **Trigger phrases include:** - "haptics", "vibration", "feedback", "mobile" - "震动", "触感", "反馈", "移动端" ## How to use this skill 1. Identify interactions requiring haptic feedback 2. Configure haptics plugin capabilities 3. Implement feedback patterns with sensible defaults 4. Handle unsupported devices with silent fallback ## Outputs - Haptic feedback plan / 触觉反馈方案 - Fallback behavior checklist / 回退行为清单 ## Scope - Boundary: Haptics plugin usage only - Key points: Feedback patterns and fallback strategy ## References - https://v2.tauri.app/plugin/haptics/ - https://v2.tauri.app/zh-cn/plugin/haptics/ ## Keywords tauri haptics, vibration, mobile feedback, fallback