【发布时间】:2017-11-08 10:44:58
【问题描述】:
我遇到了一个奇怪的问题,即 iframe 在某些手机上显示而在某些手机上不显示。 (在所有机器人上显示) (不适用于 iphone 6,7 但适用于 7 plus 和 7S 以及其他一些 iphone)
<div class="col-lg-6 col-md-6">
<iframe src='http://app.brandyourcar.com/signup/index/form-main-display-group-thingy' style='border: 0;' width='100%' height='770px' scrolling='no'></iframe>
</div>enter code here
我在 Stack 上尝试了很多解决方案,但似乎没有一个适合我。
几个例子:1.) <div id="scroller" style="height: 400px; width: 100%; overflow: auto;">
<iframe height="100%" id="iframe" scrolling="no" width="100%" id="iframe" src="url" />
</div>
2.) <div id="scroller" style="height: 400px; width: 100%; overflow: auto;">
<iframe height="100%" id="iframe" scrolling="no" width="100%" id="iframe" src="data/testdocument.pdf" />
</div>
和许多其他 Java 脚本解决方案。
【问题讨论】: