joehewitt / scrollability

Imitates iOS native scrolling in JavaScript.
http://joehewitt.github.com/scrollability
Other
1.78k stars 147 forks source link

vertical list scrolling demo not working on iPhone EDGE #26

Closed jodydonetti closed 12 years ago

jodydonetti commented 12 years ago

As the title suggests, is this intentional?

Btw the horizontal scrolling demo seems to work (even though it also scroll a little bit vertically, showing the browser grey background).

joehewitt commented 12 years ago

What does the EDGE network have anything to do with scrolling? Are you trying to say you have an older model iPhone?

jodydonetti commented 12 years ago

Yep Joe, iPhone EDGE == iPhone 1st gen

mgcrea commented 12 years ago

You should specify your IOS version, i guess you must be around 2.x, everything is sluggish/broken on this, you should upgrade to latest 3.x and it should work.

jodydonetti commented 12 years ago

Ok, here are all the details i can come up with in all their glory:

If there's anything else you would like to know, just tell me.

p.s.: 'ive searched for a minimum requirements/specs or something like that for this library but didn't found any of those, that's the reason i'm asking here

mgcrea commented 12 years ago

Ok, just checked on an old iPhone & i can confirm scrollability.com table view does not work on 3.1.3

mgcrea commented 12 years ago

IOS Console gets this javascript error : NO_MODIFICATION_ALLOWED_ERR: Dom Exception 7

More info on Stack Overflow : http://stackoverflow.com/questions/2521698/chrome-error-with-no-modification-allowed-err-dom-exception-7/2521733#2521733