Godot Version
4.4.1
Question
I’m using an ItemList in my Godot project, and while everything works fine on desktop, I’m facing a frustrating issue on Android.
When I try to scroll through the ItemList on an Android phone, the scroll gesture ends up triggering item clicks instead of actually scrolling. It seems like the touch input is being interpreted as a tap rather than a drag to scroll.
Has anyone faced this before? How do I make ItemList scrollable on mobile without triggering item selection during scroll?