|
|
|
|
|
by ryanpetrich
5536 days ago
|
|
It's a side effect of the way iOS implements scrolling--as soon as scrolling starts the web content is "frozen" and only resumes once the scroll is complete. Only way around is to imitate the native scroll using CSS and JavaScript. |
|