I have an iframe on a page in the android browser. I iframe code is liek this:
<iframe src="somepage.html" style="height: 100px"></iframe>
No matter what I set the height to, the iframe always expands it's height to cover all the contents of somepage.html. This does not happen on other browser on my computer, iphone or blackberry devices.
Does anyone know what's going on?