I am creating a mobile webapp for windows phone 7.5 devices and would like a box with overflow:scroll
to scroll smoothly (not stop when you release the content on scrolling with your finger).
Now for iOS this exists: -webkit-overflow-scrolling:touch;
Is there any similar thing for WP7? I tried overflow-scrolling:touch;
and -ms-overflow-scrolling:touch;
but those do not work.
Is there an online resource for WP7.5 web development?
Any javascript alternative?
Thanks for your help!
I believe the only way to do it is using a JavaScript Scrolling to replace the default auto scroll.
Take a look at iScroll or something similar