Set DoubleClickInterval very low!

Sannyasin Brahmanathaswami brahma at hindu.org
Wed Aug 3 15:52:03 EDT 2016


For Mobile newbies

Is your Mobile App Slow to Respond to Taps?

the default doubleclickinterval for LC is 800 milliseconds. This is nearly 1 whole second the engine waits before doing anything with your click/tap.

This carries over to your mobile app. No wonder the app feels sluggish and doesn't feel like it gets the user's taps

do this

on preopenstack
set the doubleclickinterval to 100
# other initializations…
end preopenstack

At least in our new app, it suddenly came alive!

BR


More information about the use-livecode mailing list