You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @gnarf , the comments on https://gist.github.com/paulirish/1579671 shows that the pollyfil of requestAnimationFrame has issues on iOS. Issues on iframe and page-to-page navigation. You can read the comments.
And the solution is 'blocking iOS 6 even 7' and just recognize them as browser that not support 'raf' and just use the fallback/polifyll. Here is the solution https://gist.github.com/KrofDrakula/5318048
The text was updated successfully, but these errors were encountered:
Hi @gnarf , the comments on https://gist.github.com/paulirish/1579671 shows that the pollyfil of requestAnimationFrame has issues on iOS. Issues on iframe and page-to-page navigation. You can read the comments.
And the solution is 'blocking iOS 6 even 7' and just recognize them as browser that not support 'raf' and just use the fallback/polifyll. Here is the solution https://gist.github.com/KrofDrakula/5318048
The text was updated successfully, but these errors were encountered: