As I was preparing to launch a new webpage, I decided to test how it looked on an iPad with Retina display. Unfortunately, the page didn't appear as expected. If you visit the link on an iPad Retina, you can see the issue:
The problem becomes apparent when looking at the border on the right side of the screen; it stops around 20-30 pixels from the edge. The green color in the border is actually the background color of the body. Interestingly, if you adjust the width of the div element to less than 1000px, like 900px, it behaves correctly.
This error only seems to occur on an iPad Retina and is not visible when using any website emulator for retina screens.
It's puzzling that the iPad seems to struggle with a 1000px width despite its 2048px resolution. One would expect it to handle at least 1024px width.
Has anyone found a solution to this issue?