Page 1 of 1
Control UI, problem with drag controls
Posted: 10 Dec 2014 14:48
by mrocha
How I can control Drag Controls with Control UI, like controls of an audio equalizer, I try, but only show option to focus, I try focus and after click, but click not work.
Re: Control UI, problem with drag controls
Posted: 11 Dec 2014 17:23
by Martin
Control UI does not allow to drag elements. Depending on device and Android version you could use Execute Root Command: input swipe x1 y1 x2 y2 where x1, x2, y1, y2 are the coordinates on screen.
Re: Control UI, problem with drag controls
Posted: 11 Dec 2014 18:24
by mrocha
thanks