How do I scroll on touch-screens? #3254
-
I have a If I try to run it on a touch screen, I can't really scroll, more, like a tiny amount, than it stops. Tested with a touch screen on Raspberry Pi OS 64 Bit with the latest updates. I see no mouse pointer on the touch screen, only if I connect a mouse, that mouse panning then behaves like on a AMD64 Ubuntu 20 64 Bit. But touch doesn't work. Code:
How can I pan on touch screens? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The current ScrollView is meant for desktop and it's true that it isn't touch friendly (we actually should do better than that). If you want something can can pan on touch, you can use Flickable instead |
Beta Was this translation helpful? Give feedback.
The current ScrollView is meant for desktop and it's true that it isn't touch friendly (we actually should do better than that).
If you want something can can pan on touch, you can use Flickable instead