@@ -103,23 +103,23 @@ export default function Index() {}
103103
104104### 各端支持程度
105105
106- | 属性 | 微信小程序 | 百度小程序 | 抖音小程序 | 支付宝小程序 | H5 | RN |
107- | ---------------------------- | ---------------------------------- | -------------------------- | -------------- | ------------ | --- | --- |
108- | navigationBarBackgroundColor | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
109- | navigationBarTextStyle | ✔️ | ✔️ | ✔️ | ✘ | ✔️ | ✔️ |
110- | navigationBarTitleText | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
111- | navigationStyle | ✔️(微信客户端 6.6.0) | ✔️(百度 App 版本 11.1.0) | ✔️ | ✘ | ✘ | ✔️ |
112- | transparentTitle | - | - | - | ✔️ | - | - |
113- | backgroundColor | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ |
114- | backgroundTextStyle | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ |
115- | backgroundColorTop | ✔️(微信客户端 6.5.16) | ✘ | ✔️ | ✘ | ✘ | ✘ |
116- | backgroundColorBottom | ✔️(微信客户端 6.5.16) | ✘ | ✔️ | ✘ | ✘ | ✘ |
117- | enablePullDownRefresh | ✔️ | ✔️ | ✔️ | ✔️ | ✘ | ✘ |
118- | onReachBottomDistance | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✘ |
119- | pageOrientation | ✔️2.4.0 (auto) / 2.5.0 (landscape) | ✘ | ✘ | ✘ | ✘ | ✘ |
120- | disableScroll | ✔️ | ✘ | ✘ | ✘ | ✘ | ✔️ |
121- | disableSwipeBack | ✔️ | ✘ | ✘ | ✘ | ✘ | ✘ |
122- | enableShareAppMessage | ✔️ | ✘ | ✘ | ✘ | ✔️ | ✘ |
123- | enableShareTimeline | ✔️ | ✘ | ✘ | ✘ | ✔️ | ✘ |
124- | usingComponents | ✔️ | ✔️ | ✔️ | ✔️ | ✘ | ✘ |
125- | renderer | ✔️ | ✘ | ✘ | ✘ | ✘ | ✘ |
106+ | 属性 | 微信小程序 | 百度小程序 | 抖音小程序 | 支付宝小程序 | H5 | RN | ASCF |
107+ | ---------------------------- | ---------------------------------- | -------------------------- | -------------- | ------------ | --- | --- | --- |
108+ | navigationBarBackgroundColor | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
109+ | navigationBarTextStyle | ✔️ | ✔️ | ✔️ | ✘ | ✔️ | ✔️ | ✔️ |
110+ | navigationBarTitleText | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
111+ | navigationStyle | ✔️(微信客户端 6.6.0) | ✔️(百度 App 版本 11.1.0) | ✔️ | ✘ | ✘ | ✔️ | ✔️ |
112+ | transparentTitle | - | - | - | ✔️ | - | - | ✘ |
113+ | backgroundColor | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ | ✔️ |
114+ | backgroundTextStyle | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ | ✘ |
115+ | backgroundColorTop | ✔️(微信客户端 6.5.16) | ✘ | ✔️ | ✘ | ✘ | ✘ | ✘ |
116+ | backgroundColorBottom | ✔️(微信客户端 6.5.16) | ✘ | ✔️ | ✘ | ✘ | ✘ | ✘ |
117+ | enablePullDownRefresh | ✔️ | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ |
118+ | onReachBottomDistance | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✘ | ✘ |
119+ | pageOrientation | ✔️2.4.0 (auto) / 2.5.0 (landscape) | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |
120+ | disableScroll | ✔️ | ✘ | ✘ | ✘ | ✘ | ✔️ | ✘ |
121+ | disableSwipeBack | ✔️ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |
122+ | enableShareAppMessage | ✔️ | ✘ | ✘ | ✘ | ✔️ | ✘ | ✘ |
123+ | enableShareTimeline | ✔️ | ✘ | ✘ | ✘ | ✔️ | ✘ | ✘ |
124+ | usingComponents | ✔️ | ✔️ | ✔️ | ✔️ | ✘ | ✘ | ✔️ |
125+ | renderer | ✔️ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ |
0 commit comments