I am trying to scroll an iframe on iOS, and I succeeded, it\'s scrolling well, reference:
http://home.jejaju.com/play/iframe-scroll.html
http://areaaperta.com/ni
This solution is a bit of a hack, but is tested and works fine on iOS:
Basically, since scrolling works fine in a DIV, you embed your page code using the object tag. The problem is, due to the same origin policy, you can't determine your target page's dimensions. I found that setting a huge page size is perfectly workable (no delay or choppyness noticed...just blank space)
You can easily determine the client OS and only add this code to iOS devices.