提交 1c55a219 编写于 作者: Q qiang

fix: App 端 web-view 组件增加配置

上级 1d83e2a5
...@@ -13,7 +13,8 @@ const insertHTMLWebView = ({ ...@@ -13,7 +13,8 @@ const insertHTMLWebView = ({
const parentWebview = plus.webview.currentWebview() const parentWebview = plus.webview.currentWebview()
// fixed by hxy web-view 组件所在的 webview 不注入 uni-app 框架 // fixed by hxy web-view 组件所在的 webview 不注入 uni-app 框架
const styles = { const styles = {
'uni-app': 'none' 'uni-app': 'none',
isUniH5: true
} }
const parentTitleNView = parentWebview.getTitleNView() const parentTitleNView = parentWebview.getTitleNView()
if (parentTitleNView) { if (parentTitleNView) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册