freddywang

Results 4 comments of freddywang

The catch: don't go for native scrolling if you want iOS issue fixed. Try emulated scrolling what iScroll did before iOS5 came out. When inertia scrolling kicks in (the moment...

@jordow Actually it doesn't block any js timeout/interval. What I found out, when scrolling inertia kicks in, any scrollTop, offsetTop value of any DOM element is not getting updated. What...

@jordow Yup, there is no way we can change the behavior of the iOS scrolling bounce at the moment. I was trying to add the remark that iOS native scrolling...

for Opera, use window.addEventListener('message', callback, false) instead of window.addEventListener('message', callback, !1) I checked on opera 12, it doesn't work when we pass !1 as third argument of addEventListener method