AppStudio 4: Clicks on scrolling controls

We have found a problem with clicks on scrolling controls. It appears to be a bug in the new iScroll 5 library. The problem first appeared in 4.0.0: If you click on a scrolling list, a click event was fired for everything except Android.

The solution, in 4.0.1, was to add click:true to the scroller’s settings. This fixed the problem on Android, but resulted in 2 clicks firing elsewhere. We have opened an issue for this on iScroll’s bug tracker: https://github.com/cubiq/iscroll/issues/674

We will keep you posted!

Update: Fixed in 4.0.4.