父页面点击iframe页面的全屏按钮无效(报错)
在iframe中添加属性 allowfullscreen="true"
例:<iframe width="100%" allowfullscreen="true" height="100%" :src="url" frameborder="0"></iframe>
一步一脚印
在iframe中添加属性 allowfullscreen="true"
例:<iframe width="100%" allowfullscreen="true" height="100%" :src="url" frameborder="0"></iframe>