The primary webpage incorporates the responsive mobile page created with the JQUERY SUPERSLIDES plugin. The mobile page appears correctly when viewed directly on an iPhone using Safari. However, when it is embedded in an iframe, it does not display as expected on iPhones (as shown in the second screenshot below, only a portion of the image is visible).
main.html
<iframe id="ifrmadcontainer" seamless="seamless" scrolling="no" frameborder="0" style="width:100%;height:100%;" src="touch.html">
</iframe>
The touch.html can be found at http://jsfiddle.net/w1vcrLy8/
Appearance on Desktop Safari and Chrome:
Appearance on iPhone Safari: