Try using animate+step+window.scrollTo/$().scrollTop() #107
|
Done implemented on branch window-scroll-alt. I'd appreciate if people could try the new tests on their available platforms and comment on the results. |
|
I decided that if this alternative was to prevail, it should be 2.0.0 rather than 1.5.0 because it's even less backwards-compatible than the other option and it contains a highly requested and powerful feature. |
|
Windows Phone 8.1: These do not animate: In the old version they did animate but not always, depending on when what was loaded. |
|
Ok, I'm less concerned about the iframe cases honestly, they are rare. It could be due to a bad test implementation it's not top quality. |
|
It has to do with timing i guess. When i select the iframe and refresh only that the scrolling happens. Otherwise it's just puts the "agent information" instantly. |
|
In the 2.0.0 nothing happens on the iframe pages. The old 1.5 did only fire if i refresh the iframe myself. |
|
iPhone 4S I think the iframes don't work just because the tests are not rendered correctly on these browsers, the iframe is full height without overflow. I did a few changes but still no luck, I don't worry much about it honestly. |
|
I'd really like to release this as 2.0.0, was hoping more people could test it. |
|
I merged 2.0.0 to master via #109. |


Found some alternative approaches mentioned on StackOverflow linked by @westurner in here.
It could be an alternative solution to all the _scrollable() feature detection.