Android Scrolling Field - 9.6.dp1 - Receives MouseUp/Down
Bob Sneidar
bobsneidar at iotecdigital.com
Fri Dec 6 10:32:22 EST 2019
Is there a message sent when the scroller is used and another when it stops? Set a local script variable to true when scrolling and check for it in your mouseDown and mouseUp handlers, then set it to false when scrolling stops.
Bob S
> On Dec 6, 2019, at 06:50 , Sannyasin Brahmanathaswami via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> On 9.6 dp 1 I was testing on iOS for a week.
>
> Then I tested on Android. Surprising new behavior in the mobileScroller:
>
> It receives the mouseDown as soon as you scroll, or mouseUp after you scroll. This does not happen on iOS, not did in happen in 9.5 on Android.
>
> How can I prevent this and only trigger a "touch" when the user is not scrolling?
>
> BR
More information about the use-livecode
mailing list