Khan / khan-mobile

You’re probably looking for www.github.com/khan/mobile
237 stars 34 forks source link

-webkit-overflow-scrolling: touch; support (fix #11) #55

Closed sophiebits closed 13 years ago

sophiebits commented 13 years ago

Getting rid of the $(document).bind( "touchmove", false ); was necessary to make this work; scrolling is already prevented on the native side so everything should be okay.

adamjernst commented 13 years ago

Awesome. I tried to do this myself and somehow missed the need to re-enable touchmove.