Hi,
I'm looking for a way to detect a swipe movement across the screen (just vertical will do). The purpose is to trigger a call to a function which will refresh the data coming from an Arduino device.
I tried several extensions, but none of them work.
- [FREE] Component Tools Extension
- https://community.thunkable.com/t/free-gesture-handler-extension/4424
- ClickTools - An Extension To Add Click Events To Arrangements And Components
Some of those are supposed to detect a swipe, others only a tap or long tap. But nope, no luck.
Since my Vertical Arrangement components are stuffed top to bottom with tables, labels (empty, just to get the table in the right spot), and other goodies, it might be that the touch is consumed by those components and never bubbles up to the containing VA?
My current work-around is to include a small canvas which I use to detect fling or drag movements, but that's not very UI-friendly.
Any suggestions? I'm neither a java nor an Android expert, so creating my own extension is a bridge too far for me.