tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.48k stars 2.58k forks source link

[feat] data-tauri-drag-region should handle touch controls #11719

Open dgerhardt opened 1 week ago

dgerhardt commented 1 week ago

Describe the problem

Currently, data-tauri-drag-region does not work with touch controls. On Windows 11 touch controls do not work at all. On Linux (X11/Plasma 6) the drag gesture does not work and instead the window jumps when tapping on the region and then on another position on the screen.

Describe the solution you'd like

data-tauri-drag-region should handle touch controls in a similar way the platform's native title bar does.

Alternatives considered

No response

Additional context

No response