I'm working on a Phonegap project that requires the use of an iframe. The iframe loads fine, however setting a height (either inline by the height attribute or by CSS) is being overwritten in the 'Computed Style' in Safari Developer Inspector. Instead, the height is automatically set to match however tall it's containing content requires it to be (thus never scrolling). The height actively changes as I navigate different links in the iframe.Is there a known way around this?