iOS Javascript DOM “Freezing?”
问题 A few questions here: Is there anyway to keep iOS from freezing javascript on the page while scrolling? Does iOS freeze javascript when your in another tab or if you switch apps? Are there any other major javascript limitations on iOS? 回答1: iOS 6.x suspends all event timers in response to touch events like scrolling and has a tendency not to start up all the timers again once the event is done. It's a well known iOS 6 bug that is super-annoying. It pretty much breaks parallax and stuff. Some