This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$$rAF callback not fired in iOS9, WKWebView #13052
Closed
Description
Specifically, the requestAnimationFrame(cb)
doesn't seem to be firing it's callback. Works on other browsers, but iOS9 WKWebView seems not to work.
I've read some hack solutions but curious if there isn't an Angular solution.