Touch controls
-
wrote on 14 Mar 2024, 08:52 last edited by
Hi!
I compiled an existing desktop application using a QTreeView widget to Qt 6.6.2 single-threaded WASM and tested its usability on Android. At first it did not seem I can edit data but after some trial and error I figured out:
- I can pan with two fingers (trying to pan with with one finger selects text).
- Double-click (to edit a cell) needs a two-finger tap.
Is there any documentation about the touch gestures? What I'm most interested is if it is possible to somehow open a context menu with touch controls and if it is possible to configure the touch gestures (e.g. enable double-tap for double-click action instead of two-finger tap).
-
wrote on 14 Mar 2024, 11:54 last edited by
Interesting, I also now tested the same app with Qt 5.15 WASM and found that there double-tap with one finger behaved as a double-click. Why was it changed? I'd say the double-tap in 5.15 was much more intuitive than two-finger tap in 6.6.
1/2