Touch controls
Unsolved
Qt for WebAssembly
-
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).