Hi, I'm new to this site and relatively new to Mac development in general. Hope someone here can help... I'm experiencing a problem that appears only on the iPad, not in Chrome or Windows Safari or Mac Safari even when the UserAgent string is set to iPad 4.2.1.
My site has book pages in a horizontally scrolling div. I use a 3d Transform to animate pagination and javascript to send the div to the appropriate offset. The problem I'm having is that after about 250 pages of high resolution images, the div gets cut off. No image, no div. If I set the div background color and the div's container div to a different color I do not see the div in question but I do see the background container div. This occurs at different background scroll positions depending on the height of the images. So when the developer bar is up, I can go farther before I see the problem. My javascript places only the images that are visible to the user and empties all the rest and I have reduced the image quality to see if it is a memory issue. No dice. Exactly the same behavior.
I don't want to rewrite my pagination functions and site layout to incorporate a true carousel but I will if there is a specific bug that is known.
Anyone have any info?
Thanks
My site has book pages in a horizontally scrolling div. I use a 3d Transform to animate pagination and javascript to send the div to the appropriate offset. The problem I'm having is that after about 250 pages of high resolution images, the div gets cut off. No image, no div. If I set the div background color and the div's container div to a different color I do not see the div in question but I do see the background container div. This occurs at different background scroll positions depending on the height of the images. So when the developer bar is up, I can go farther before I see the problem. My javascript places only the images that are visible to the user and empties all the rest and I have reduced the image quality to see if it is a memory issue. No dice. Exactly the same behavior.
I don't want to rewrite my pagination functions and site layout to incorporate a true carousel but I will if there is a specific bug that is known.
Anyone have any info?
Thanks