提交 6535437a 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix(web-view): 修复 ios 刘海屏手机底部留白问题

上级 e1680fb3
......@@ -19,7 +19,9 @@ const insertHTMLWebView = ({
// fixed by hxy web-view 组件所在的 webview 不注入 uni-app 框架
const styles = {
'uni-app': 'none',
isUniH5: true
isUniH5: true,
// ios 默认绘制到安全区外
contentAdjust: false
}
const parentTitleNView = parentWebview.getTitleNView()
if (parentTitleNView) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册