When running the "live example" found on https://angular.io/docs/ts/latest/quickstart.html, I get the same behaviour; the page never gets past "loading ..." when running on an Android 4.1 emulator from Android Studio.
mandag 21. desember 2015 13.21.00 UTC+1 skrev Vidar Skauge Ramdal følgende: > > 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.
