Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. Touch controls
Forum Updated to NodeBB v4.3 + New Features

Touch controls

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
2 Posts 1 Posters 434 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Karmo
    wrote on 14 Mar 2024, 08:52 last edited by
    #1

    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).

    1 Reply Last reply
    0
    • K Offline
      K Offline
      Karmo
      wrote on 14 Mar 2024, 11:54 last edited by
      #2

      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 Reply Last reply
      0

      1/2

      14 Mar 2024, 08:52

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved