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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to