Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-141540

Qt Quick flickable scrolls slowly when using the macOS trackpad on WebAssembly

XMLWordPrintable

    • WebAssembly

      Qt Quick Flickable scrolls very slowly when driven from trackpads which produce pixel deltas.

      The main reason for this is that the web platform does not support wheel scroll phases. The wasm platform plugin then sends NoPhase for all scroll events, and we end up in the angleDelta path in QQuickFlickable::wheelEvent().

      See test case at https://git.qt.io/mosorvig/qt-webassembly-development/-/tree/main/scrolling

        For Gerrit Dashboard: QTBUG-141540
        # Subject Branch Project Status CR V

            qt.webassembly qt.webassembly
            sorvig Morten Sørvig
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There is 1 open Gerrit change