Could really use the help on this one.
I'm trying to open an iFrame in my site that should cover the entire screen. Unfortunately, in iPhone 6 and above, its width is actually larger. We have a wide div next to the iframe. When I delete it everything is okay. The markup and styles is pretty straight forward:
<div id="someDiv" style="width: 1000px"></div>
<iframe id="ourIframe" style="position: fixed; width: 100%; height: 100%"></iframe>
Android works okay.
I couldn't find a single resource online with this issue.
Please help out. Thanks in advance.