I never did this, so I canβt say for sure, but here is how I would approach the problem:
I would expand the existing gallery. Then override the onDown method or something similar to determine which image is touching.
Then I would display a new image with the image where the finger is located, which listens to the moved event movement.
and then when you click the button, you can check where the component fell.
-
You might also get the idea to write your own quick access gallery on the scroll bar, so you have a lot of control over the events;)
Greetings
Jason
source share