J
Jonas Smith
I have on my website, which feature a lot of reading material, a script
to autoscroll a page while reading so that a reader doesn't need to hit
the space bar or page down to read. It uses setinterval for a function
to scroll one pixel at a time.
That script doesn't work on the iPhone. I've been looking for a while
and nobody has pointed me in the right way.
The problem is that the iphone creates a window as tall as the document
and when you scroll, you move the window instead of scrolling the
document within the window.
Anybody has any suggestion? working sample code?
Thanks in advance.
to autoscroll a page while reading so that a reader doesn't need to hit
the space bar or page down to read. It uses setinterval for a function
to scroll one pixel at a time.
That script doesn't work on the iPhone. I've been looking for a while
and nobody has pointed me in the right way.
The problem is that the iphone creates a window as tall as the document
and when you scroll, you move the window instead of scrolling the
document within the window.
Anybody has any suggestion? working sample code?
Thanks in advance.