Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我设法让 iFrame/HTML 对象在 iPad (iOS 5.1) 上滚动工作。但仍然存在一些问题。
一个这样的问题是,当我在 iPad 屏幕上滚动 iFrame 时,Safari 的渲染引擎似乎无法重新加载该区域的内容 - 并且它只是在滚动之前变得可见。希望大家明白我的意思。你可以在这里试试这是一个非常基本的页面,只是为了演示问题。这里有没有人遇到过这个问题并有解决方案?
您可以使用以下 javascript,其作用类似于 iframe,但渲染效果更好:
$("#divID").load("index.html");