Commit a5c6ebf6 authored by Alex朱枝文's avatar Alex朱枝文

h5连调方法如果隐藏导航条增加判断是否通屏

parent afe045d6
......@@ -670,12 +670,11 @@ extension YHH5WebViewVC {
webview.snp.remakeConstraints { make in
make.edges.equalToSuperview()
}
} else {
} else if !isFullScreenFlag {
webview.snp.remakeConstraints { make in
make.top.equalToSuperview().offset(k_Height_NavigationtBarAndStatuBar)
make.left.right.bottom.equalToSuperview()
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment