提交 0b025261 编写于 作者: H hdx

PageStyle: 补充平台兼容性

上级 c075219c
......@@ -12,12 +12,19 @@
支持 pages.json 下 `globalStyle` 节点属性和页面下 `style` 节点属性
当前版本仅支持设置如下属性,其他属性未测试。
|属性 |类型 |Android|iOS |web |默认值 |
|:-: |:-: |:-: |:-: |:-: |:-: |
|enablePullDownRefresh |Boolean|4.13 |4.13 |4.13 |false |
|backgroundColorContent |String |4.15 |4.15 |4.18 |#ffffff|
|navigationBarBackgroundColor |String |4.18 |4.18 |4.18 |#007AFF|
|navigationBarTextStyle |String |4.18 |4.18 |4.18 |#ffffff|
|navigationBarTitleText |String |4.18 |4.18 |4.18 | |
|navigationStyle |String |4.18 |4.18 |4.18 |default|
|backgroundColor |String |4.18 |4.18 |x |#ffffff|
|backgroundTextStyle |String |4.18 |4.18 |x |light |
|onReachBottomDistance |Number |x |x |4.18 |50 |
|pageOrientation |String |4.18 |x |x |auto |
|属性 |类型 |Android|iOS |web |默认值 |描述 |
|:-: |:-: |:-: |:-: |:-: |:-: |:-: |
|enablePullDownRefresh |Boolean|4.13 |4.13 |4.13 |false |是否开启下拉刷新,详见页面[生命周期](https://uniapp.dcloud.net.cn/tutorial/page.html#lifecycle)。 |
|backgroundColorContent |string |4.15 |4.15 |x |#ffffff|页面容器背景色 |
**注意事项**
- web端由于会自动摇树优化未使用的特性,如果整个项目中都没有使用到下拉刷新`enablePullDownRefresh`,那么下拉刷新功能会被摇掉,此时设置打开下拉刷新将无效。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册