This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
ng-animate 1.2.14 bug on android #6526
Milestone
Comments
Hey, thanks for reporting. It would help very much if you could provide a minimal reproduction of the problem on http://plnkr.co/ |
I can confirm the issue on Android 4.3. Line 8 in 04d7317
For Android 4.3 we need to check for webkitCancelRequestAnimationFrame too.
Changing the code to the following works for me: var cancelAnimationFrame = $window.cancelAnimationFrame ||
$window.webkitCancelAnimationFrame ||
$window.webkitCancelRequestAnimationFrame; |
Traxmaxx
added a commit
to Traxmaxx/angular.js
that referenced
this issue
Mar 4, 2014
Android 4.3 only supports webkitCancelRequestAnimationFrame. Closes angular#6526
Traxmaxx
added a commit
to Traxmaxx/angular.js
that referenced
this issue
Mar 6, 2014
Android 4.3 only supports webkitCancelRequestAnimationFrame. Closes angular#6526
Traxmaxx
added a commit
to Traxmaxx/angular.js
that referenced
this issue
Mar 6, 2014
Android 4.3 only supports webkitCancelRequestAnimationFrame. Closes angular#6526
Traxmaxx
added a commit
to Traxmaxx/angular.js
that referenced
this issue
Mar 18, 2014
Android 4.3 only supports webkitCancelRequestAnimationFrame. Closes angular#6526
Traxmaxx
added a commit
to Traxmaxx/angular.js
that referenced
this issue
Mar 18, 2014
Android 4.3 only supports webkitCancelRequestAnimationFrame. Closes angular#6526
matsko
pushed a commit
to matsko/angular.js
that referenced
this issue
Mar 19, 2014
Android 4.3 only supports webkitCancelRequestAnimationFrame. Closes angular#6526
matsko
pushed a commit
to matsko/angular.js
that referenced
this issue
Mar 19, 2014
Android 4.3 only supports webkitCancelRequestAnimationFrame. Closes angular#6526
matsko
pushed a commit
that referenced
this issue
Mar 19, 2014
Android 4.3 only supports webkitCancelRequestAnimationFrame. Closes #6526
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TESTED ON PHONEGAP
When using 1.2.14 the view is stuck/not shown.
this bug is started since this version(not happened in 1.2.13)
The text was updated successfully, but these errors were encountered: