Any ideas?
If you're only asking for ideas, I have a few. If you're asking for a solution, I don't believe there is one.
I'm seeing the same thing with my websites. The problem goes away when you zoom in. I believe it's simply a problem with how Mobile Safari renders the scaled down divs & images and I really don't believe there's anything we can do about it.
Let's say your site/design is 900 pixels wide. You have a div 900 px wide in row #1 above three divs in row #2, each one 300 px wide. Scaled at 100% on a desktop PC, everything looks perfect. However for the iOS, the site is scaled down to 320 px wide. The 900 px div is scaled down by 64.44%. Now when you scale each of the 300 px divs by 64.44%, you get 106.68 px each. You can't have a fraction of a pixel so let's say they get rounded up to 107 px each. Three of those divs in a row total 321 pixels; or 1 pixel more than the larger div above them.
My explanation is a gross oversimplification since zooming in seems to reduce or eliminate the problem even while you're still at less than a 1 to 1 pixel relationship. I'll assume that whatever iOS algorithm is correcting for rounding errors simply does a better job with it when the overall image is closer to actual size (more zoomed in).
EDIT:
I'm seeing this problem with a 900 px wide div (auto-height) containing a Y-repeating background slice 900 px wide above another div (fixed height) containing a 900 px wide background image. My explanation of rounding errors does not seem to directly account for this observation although I still believe the iOS scaling algorithms are the blame.