Scroll ist: itemSelectedCallback - is it possible to select instead of scroll if the touch coordinates are only moved a few pixels?
I use a scroll list with setItemSelectedCallback. In principle, it works. But our measurement device needs to be explosion proof and therefore it has a rather thick glass above the screen.
If an entry of the scroll list is selected, it sometimes happens that the list is scrolled by 1 or 2 pixels. Select callback is not called in this case. As a work around, I have placed a button into the list element. The button works because it is only required that the coordinates at release time needs to be only somewhere within the button.
Is it possible that the scroll list is only scrolled after the scroll distance is longer than 1 or 2 pixel?