Ok,

I've added

function slidePages(fromPage, toPage, backwards)
{
        var axis = (backwards ? fromPage : toPage).getAttribute("axis");

        clearInterval(checkTimer);
>       scrollTo(0,0);        <
        sendEvent("beforetransition", fromPage, {out:true});
        sendEvent("beforetransition", toPage, {out:false});
            ...
}

and it worked.

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to