-
9 Feb 2012 3:43 AM #1
Animation sopping error when user touch the screen
Animation sopping error when user touch the screen
Hi there.
I have found bug.
It is about the animation which created by Sencha Animator.
When I touch the screen when the animation is playing.
How to resolve the bug?
iOS:4.3
device:iPhone4S
-
9 Feb 2012 4:37 AM #2
Resolved
Resolved
I resolved it
Code:<script type="text/javascript"> document.ontouchmove = function () { event.preventDefault(); } </script>
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote