提交 ad30ecba 编写于 作者: W wanganxp

统一### Bug & Tips@tips的写法

上级 ae24a282
......@@ -54,9 +54,6 @@
<!-- UTSAPIJSON.switchTab.tutorial -->
### bug&tips
- 首页不是tabbar的情况,暂不支持switchTab
## uni.navigateBack(options?) @navigateback
<!-- UTSAPIJSON.navigateBack.description -->
......
......@@ -73,7 +73,7 @@ list-view和scroll-view都是滚动组件,list适用于长列表场景,其
- 联网联表:[https://gitcode.net/dcloud/hello-uni-app-x/-/blob/master/pages/template/list-news/list-news.uvue](https://gitcode.net/dcloud/hello-uni-app-x/-/blob/master/pages/template/list-news/list-news.uvue)
- 可左右滑动的多个列表:[https://gitcode.net/dcloud/hello-uni-app-x/-/tree/master/pages/template/long-list](https://gitcode.net/dcloud/hello-uni-app-x/-/tree/master/pages/template/long-list)
## Bug&Tips
### Bug & Tips@tips
- 暂不支持reverse,目前还不能开发im那样的倒序列表
- list的下拉刷新样式暂不支持自定义
......
......@@ -34,7 +34,7 @@
<!-- UTSCOMJSON.rich-text.reference -->
## bug&tips
## Bug & Tips@tips
- HTML String支持常用但不是全部web样式。
- HTML String类型的`<img/>`不支持自定义宽高,默认以rich-text组件宽度为基准等比缩放;节点列表类型的`<img>/`支持自定义宽高。
......@@ -26,7 +26,7 @@ app-nvue中,text组件不能嵌套。
<!-- UTSCOMJSON.text.reference -->
## Bug & Tip
## Bug & Tips@tips
- **bug**: `text` 嵌套 `text`时,如果外层 `text` 内没有文本内容,内层 `text` 文本未渲染。
- **bug**: 通过插槽传入文本时,文本内容未渲染,预计 `v3.93` 修复。
- **tip**: app-uvue的selectable开启后,仅支持全部文字复制,不支持自由调整光标选择文字。如需自由选择文字,请使用[rich-text组件](rich-text.md)
......@@ -18,7 +18,7 @@ App-Android平台video组件使用ijkplayer库实现:[https://github.com/bilib
ijkplayer库的功能较多,video组件并非完全封装。有需要的开发者可以使用uts直接操作该库。
### bug@tips
### Bug & Tips@tips
- 暂不支持横屏全屏后放置子组件
- 在Android9以下设备兼容性不够完善,反复暂停/播放会引起崩溃
- 标准运行基座默认不包含intel x86 cpu的兼容so库,所以video组件在标准基座运行时无法在x86 cpu的设备上运行(常见于模拟器)。如需支持x86 cpu,请在manifest里配置`abiFilters`,打包或自定义基座后生效 [详见](https://uniapp.dcloud.net.cn/uni-app-x/manifest.html#android)
......
......@@ -13,7 +13,7 @@
<!-- CSSJSON.z-index.compatibility -->
### bug&tips
### Bug & Tips@tips
- 在App端仅对同级的兄弟元素之间支持 z-index 来调节,同级元素中 z-index 较大的元素会覆盖较小的元素在上层进行显示,没有设置 z-index 值时,同级元素中写在后面的元素覆盖写在前面的元素。
- App 平台 list-view 的子组件 list-item 有复用优化机制,list-item 组件不支持 z-index 属性
......
......@@ -113,6 +113,6 @@ uni-app x 新增了 [onLastPageBackPress](collocation/App.md#applifecycle) 和 [
<!-- VUEJSON.render_function.compatibility -->
## Bug & Tip
## Bug & Tips@tips
- **bug**: [methods 中的方法不支持递归调用](https://ask.dcloud.net.cn/question/179395),预计 `v3.93` 修复。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册