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.
我有一个与 iPad-Safari 中的 iframe 滚动相关的问题。我正在开发一个 Web 应用程序,其中包含一些嵌套的 iframe,并且我无法在 IOS(safari)中滚动 iframe 内的内容。
嵌套 iFrame 可以用两根手指滚动,但响应速度不快或用户友好。
将此应用于 iframe。
overflow:auto; -webkit-overflow-scrolling: touch;
您可以使用此代码,只需将 iframe 放入 div 并使用 js 代码
github