移动端使用iframe打开一个里面有swiper功能的链接,造成iframe页面无法滚动,请问如何解决

    <template v-if="playUrl">
        <iframe class="myIframe" scrolling="auto" sandbox="allow-scripts allow-top-navigation allow-same-origin allow-forms" :src="playUrl" frameborder="0">
        </iframe>
    </template>

应用内需要使用一个外部网站,我使用的是iframe,但是引用到的网站内主页应该是使用了类似swiper的滑动功能,使得页面无法滚动,请问有什么办法解决嘛,或者有什么好的方案代替iframe?

阅读 2k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题