Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.0.0
-
None
Description
Using either a PinchHandler or a PinchArea in the QML code (rendered by QQuickWidget) zoom in/zoom out with pinch gesture is very jumpy. Here is an output of the scale values:
qml: 269.53197334482996
qml: 268.2647536136127
qml: 267.74002657981544
qml: 102.99367990739064
qml: 266.8186165230196
qml: 265.9083947778469
qml: 265.36298849286584
qml: 97.35968366563152
This problem doesn't occur when using Qt 5.15.1. I've attached a minimal example.