3 3DCrew New Member Jul 28, 2024 #1 I would like to add an event to an image object that reacts to touch. i.e. When a finger passes over the image How can this be accomplished? Thanks! 3DCrew
I would like to add an event to an image object that reacts to touch. i.e. When a finger passes over the image How can this be accomplished? Thanks! 3DCrew
Erel B4X founder Staff member Licensed User Longtime User Jul 29, 2024 #2 You can put a transparent panel over the ImageView and handle its touch event. You can also make it a custom view: https://www.b4x.com/android/forum/t...with-enhanced-designer-support.62488/#content Upvote 0
You can put a transparent panel over the ImageView and handle its touch event. You can also make it a custom view: https://www.b4x.com/android/forum/t...with-enhanced-designer-support.62488/#content