I am working on a livecode application for Android, iPhone, Windows. I would like to add a scroller to a group. So I set vertical scroller of group to true
and it worked with a vertical scroll bar on the right nicely for Windows. But when testing it for Android there still a vertical bar for scrolling, I was assuming it may automatically work like a fundamental scroller as it comes with android.
I would like to add a touch scroller instead of a vertical scroller for Android and Iphone. How i can do that?