I'm writing a small program on the iPad whose task is to display the contents of an html file. I use document.documentElement.scrollHeight
(pageYOffset etc.) to paginate.
My problem is with images. Sometimes an image gets cut in half such that 50%
of the image is on page 1 the other 50%
is on page 2. How can I fix this?
Thanks.