Hi,
I am trying to design a HTML view (say ManageView.html) to use the HTML bridge. I observe that ManageView.html is being displayed inside an iframe.
In my ManageView.html, body contents exceeds the length of iframe. To enable scrolling on body tag, I have enabled CSS style (overflow-y:scroll). But it doesn't seem to work.
I observed that for iframe, scrolling attribute is been set to 'no' (as below from the browser). In my browser if I change the scrolling to 'yes', the scrolling is enabled.
<iframe scrolling="no" id="iframe_flex_iframe1" src="/vsphere-client/testProject/resources/xxxx" name="iframe_flex_iframe1" onload="container_app.flex_iframe1_load();" frameborder="0" height="507" width="1267"></iframe>
So, is there a way to override the default iframe behavior?
Regards,
Sunil