给 webview 渲染的项目的单个页面升级成 skyline 渲染。
manifest.json
中的 mp-weixin
添加如下配置:
"lazyCodeLoading": "requiredComponents",
"rendererOptions": {
"skyline": {
"defaultDisplayBlock": true,
"defaultContentBox": true
}
},
page.json
中的 pages
的某个页面下的 style
添加如下配置:
"renderer": "skyline",
"componentFramework": "glass-easel",
"disableScroll": true,
"navigationStyle": "custom",
这个页面给标签设置一些全局样式如 box-sizing: border-box;
,编译项目,开发工具开启 skyline 渲染调试。
1 个回复
YUANRJ
https://ask.dcloud.net.cn/question/178062