With the current code below, it gives me a scrollbar, but instead, I want the full webpage to show. It seems to work if I change the height from 100% to 1150px, but I want it to be dynamic, hence, want to make it 100%. The width seems to be working fine with 100%, just not the height.
<div style="overflow:auto;-webkit-overflow-scrolling:touch; border:1px solid black">
<iframe src="http://help.websiteos.com/websiteos/example_of_a_simple_html_page.htm"
style="width:100%;height:100%"></iframe>
</div>