Iframe Content Not Rendering Under Scroll In iOs5 iPad/iPhone

后端 未结 2 1606
遇见更好的自我
遇见更好的自我 2020-11-30 05:55

I\'m developing iPad html5 webpage that needs to display pages from other origins (different domains).

I\'m loading those pages into iframe, and scrolli

2条回答
  •  失恋的感觉
    2020-11-30 06:51

    If you have an access to iFrame body, apply some transform3d to its content to enable GPU rendering.

    In my case adding -webkit-transform: translate3d(0, 0, 0); to main wrapping div did the job.

提交回复
热议问题