1 | | Depending on the scrollType and browser, dojox/mobile/scrollable.onFlickAnimationStart/End() may be improperly triggered: either onFlickAnimationStart() is not called at all, or onFlickAnimationEnd() is triggered twice instead of once. |
| 1 | Depending on the scrollType and browser, dojox/mobile/scrollable.onFlickAnimationStart/End() may be improperly triggered: |
| 2 | |
| 3 | * either onFlickAnimationStart() is not called at all (holds for all browsers with scrollType 2 or 3), or |
| 4 | * onFlickAnimationEnd() is triggered twice instead of once (holds with scrollType 2 for Safari on iOS 7, but not for Chrome on desktop or Android 4.4, for instance). |