Android Question Gesture Detector problem

shb777

Active Member
Licensed User
Longtime User
I want to use gesturedetector 2.30 to allow user to change dji waypoint height and speed. The user can do this by swiping the pnlCamera. I use


B4X:
Gesture_onDrag

to handle this. The problem is, it works fine when the drone isn't connected, but once the
drone is connected, and showing video, it doesn't work. Anybody know why this would happed?
 

shb777

Active Member
Licensed User
Longtime User
I added a panel and made it color drawable and set Alpha L to 0, assuming this is how you make the panel transparent. Changed my gesture listen to this
panel. It didn't work. Same as before. Also added this
B4X:
PanelGesture.Color=Colors.Transparent
Didn't help.
 
Last edited:
Upvote 0
Top