Hi,
I'm trying to use this iScroll script to a simple horizontal scroll to the Stage, to be used on iPad, and I cant manage to make it scroll smoothly like it should here.
Am I having something wrong ?
I've added this script to CompositionReady :
$.getScript("scripts/iscroll.js", function () {
var myScroll;
myScroll = new iScroll('Stage', { scrollX: true, scrollY: false, mouseWheel: true });
});
thanks
matt