You are right! It is exactly what I notice. I just used the
QScroller::LeftMouseButtonGesture in my application and it's working for desktop and android. However it isn't smooth but it's other issue.
Quote Originally Posted by p3c0 View Post
I'm not using custom scroll. Its a new class provided by Qt 5 which enables kinectic scroll on the scroll areas. Previously in Qt 4 i has used FlickCharm for this purpose.
Now since i'm migrating my application to Qt5 i thought of giving it a try.
Well my observation about QScroller is:
1. QScroller works when using the QScroller::LeftMouseButtonGesture on QScrollArea on touch devices and desktop
2. QScroller works using QScroller::LeftMouseButtonGesture and QScroller::TouchGesture on QListViews/treeviews on touch devices and desktop
3. QScroller doesnot work on QScrollArea when QScroller::TouchGesture is used for touch devices.