标签: ios iphone ipad iframe mobile-safari
所以我们都知道,从iOS 8.1.3开始,iframe以全长呈现而不是可滚动。
我们可以使用iframe外部的包装div来解决这个问题height:Xpx; overflow-y:scroll; -webkit-overflow-scrolling:touch非常有效,除了iframe中的固定元素显示为绝对定位。
height:Xpx; overflow-y:scroll; -webkit-overflow-scrolling:touch
解决方案?
奖金挑战:您无法控制iframe的内容,或固定元素的数量/数量。