scrollTo(0,100) keeps the address bar hidden

R.

On 17 avr. 2011, at 17:25, webehans <weber.hans.juer...@googlemail.com> wrote:

> 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 iphonewebdev@googlegroups.com.
> To unsubscribe from this group, send email to 
> iphonewebdev+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/iphonewebdev?hl=en.
> 

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

Reply via email to