>From https://angular.io/features.html we read that Angular 2 is supported 
on the "latest versions of Chrome, Edge, Firefox, IE, and Safari, Angular 2 
is also tested for older browsers including IE9+ and Android 4.1+.".

However, when testing an Angular 2 app on a Motorola TC55, which runs 
Android 4.1, we get an error saying "TypeError: Object [objectDOMWindow] 
has no method 'requestAnimationFrame'.

The requestAnimationFrame method seems to be supported only on Android 
4.4+, as per 
https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame.

Which is correct? Does Angular 2 rely on window.requestAnimationFrame to be 
present? If so, how can Angular 2 support Android 4.1?

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to