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
I found this to be a problem with relatively positioned content inside the frame. Get rid of this behavior when removing position: relative;
position: relative;