提交 f40c0f0a 编写于 作者: D DCloud_LXH

feat(App): webview.create add contentAdjust style

上级 6d3c519d
......@@ -20,7 +20,9 @@ export function createPreloadWebview() {
// 不存在,或已被使用
preloadWebview = plus.webview.create(
VIEW_WEBVIEW_PATH,
String(genWebviewId())
String(genWebviewId()),
// @ts-expect-error
{ contentAdjust: false }
)
if (__DEV__) {
console.log(formatLog('createPreloadWebview', preloadWebview.id))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册