We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.使用skyline之后,"renderer": "skyline",<towxml nodes="{{article}}"/>内的内容无法再上下滑动了. 1.1:demo工程的app.json的windows中增加 "navigationStyle": "custom", 1.2:其它增加
renderer": "skyline"
<towxml nodes="{{article}}"/>
"navigationStyle": "custom",
"style": "v2", "renderer": "skyline", "rendererOptions": { "skyline": { "defaultDisplayBlock": true, "disableABTest": true } }, "componentFramework": "glass-easel", "lazyCodeLoading": "requiredComponents",
完整的为:
{ "pages": [ "pages/light/index", "pages/dark/index" ], "window": { "navigationStyle": "custom", "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#000", "navigationBarTitleText": "Towxml Demo", "navigationBarTextStyle": "white" }, "tabBar": { "color": "#fff", "selectedColor": "#fff", "backgroundColor": "#000", "list": [ { "pagePath": "pages/light/index", "text": "Light", "iconPath": "images/sun--default.png", "selectedIconPath": "images/sun--current.png" }, { "pagePath": "pages/dark/index", "text": "Dark", "iconPath": "images/moon--default.png", "selectedIconPath": "images/moon--current.png" } ] }, "style": "v2", "renderer": "skyline", "rendererOptions": { "skyline": { "defaultDisplayBlock": true, "disableABTest": true } }, "componentFramework": "glass-easel", "lazyCodeLoading": "requiredComponents", "sitemapLocation": "sitemap.json" }
2.在项目设置中选择了"开启Skyline渲染调试"之后,则所有格式失效.
测试信息: 工程:towxml-demo 基础库版本:3.6.1 修改了app.json见上,其它地方未做修改.
The text was updated successfully, but these errors were encountered:
这个版本暂时不支持Skyline 下个大版本会考虑支持。
Sorry, something went wrong.
No branches or pull requests
1.使用skyline之后,"
renderer": "skyline"
,<towxml nodes="{{article}}"/>
内的内容无法再上下滑动了.1.1:demo工程的app.json的windows中增加
"navigationStyle": "custom",
1.2:其它增加
完整的为:
2.在项目设置中选择了"开启Skyline渲染调试"之后,则所有格式失效.
测试信息:
工程:towxml-demo
基础库版本:3.6.1
修改了app.json见上,其它地方未做修改.
The text was updated successfully, but these errors were encountered: