Too sensitive Scroller on mobile device

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Too sensitive Scroller on mobile device

Post by Jellobus » Tue Jul 22, 2014 4:17 pm

Hi All, :)

Native Scroller on mobile device seems very sensitive. it works accidentally while it is scrolling. I placed "mouseUp" handler in the field so whenever "mouseUp" message sent to the field, selected line hilites and does work. listBehaviour must on with this scroller.

Is there any trick to decrease sensitivity of the native scroller?

Cheers,

Louis

keram
Posts: 340
Joined: Fri Nov 08, 2013 4:22 am

Re: Too sensitive Scroller on mobile device

Post by keram » Wed Jul 23, 2014 1:33 am

Hi Louis,

Without seeing your code it may be difficult for me or others to advise, but you may try with these 2 other options and see how the scroller works on your device or emulator:

1. use the scroller that Klaus provided here (it can be used for any field or group): http://forums.livecode.com/viewtopic.ph ... ing#p93753

2. try Zryip's scroller from Data Grid Helper (it may work for fields as well): http://www.aslugontheroad.com/ourproducts/2-what-is-dgh

keram
Using the latest stable version of LC Community 6.7.x on Win 7 Home Premium, 64bit

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Too sensitive Scroller on mobile device

Post by Simon » Thu Jul 24, 2014 6:55 am

Hi Louis,
I use this

Code: Select all

on scrollerDidScroll hOffset, vOffset
   mobileClearTouches
Not sure if that is what you are asking about.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Re: Too sensitive Scroller on mobile device

Post by Jellobus » Tue Jul 29, 2014 7:25 pm

Hi Simon,

That's excellent way!! thanks!

Cheers,

Louis

Post Reply