Reputation: 658
Is it possible to call requestAnimationFrame on an iPhone (iOS 5.1)? As far as I've been able to figure out, the mobile Safari simply doesn't this method, with or without vendor prefix.
Upvotes: 2
Views: 4646
Reputation: 11444
This is fully supported from iOS 7 onwards.
http://caniuse.com/#feat=requestanimationframe
Upvotes: 2
Reputation: 76
It does not look like it does. Here is a link to a set of screenshots I took of a jsfiddle I wrote.
Screenshot link http://crossbrowsertesting.com/users/34762/screenshots/z7e91b18ffb5e81e5079/public
jsfiddle link http://jsfiddle.net/fpmeh/
On the 5.1 IOS screenshot you will see the text is set to nothing in the jsfiddle. On newer browsers from that same text is set to one of the different available methods.
Upvotes: 2