diff --git a/docs/api/capturescreen.md b/docs/api/capturescreen.md index 3083ace7eb45dfe45a029686d2c471fe56721a35..eec90059bd6ba5ca913fe4ef276cb8017a9dac6f 100644 --- a/docs/api/capturescreen.md +++ b/docs/api/capturescreen.md @@ -2,24 +2,24 @@ + + - - ## uni.offUserCaptureScreen(callback?) @offusercapturescreen + + - - @@ -27,4 +27,4 @@ ## tips -- 本文的截屏指手机自带的截屏事件的监听和取消监听,由用户操作手机按键触发。App平台如需通过代码对view截屏,另见API [takeSnapshot](../dom/element.md#takesnapshot) \ No newline at end of file +- 本文的截屏指手机自带的截屏事件的监听和取消监听,由用户操作手机按键触发。App平台如需通过代码对view截屏,另见API [takeSnapshot](../dom/element.md#takesnapshot) diff --git a/docs/api/choose-image.md b/docs/api/choose-image.md index 1dc572872b55201103b7dccdb0944e7629f3f7e0..2fffcaf113f81468e5f433854bd503aa108e63ef 100644 --- a/docs/api/choose-image.md +++ b/docs/api/choose-image.md @@ -2,12 +2,12 @@ + + - - diff --git a/docs/api/create-request-permission-listener.md b/docs/api/create-request-permission-listener.md index 8ebf0f07356004b4e4da1848b701ddfe3b478f38..28abaeda22151b65382bd3f7a9e206d814b7d415 100644 --- a/docs/api/create-request-permission-listener.md +++ b/docs/api/create-request-permission-listener.md @@ -2,6 +2,8 @@ + + app-android平台,可使用本API监听应用权限申请确认框的弹出和关闭。不管是哪处的业务代码在申请权限,当弹出和关闭权限申请确认框时均会触发本监听事件。 华为应用市场审核时要求:`APP在调用终端权限时,应同步告知用户申请该权限的目的`。此时即可使用本API,在app.uvue里全局监听。 @@ -25,7 +27,7 @@ app-android平台,可使用本API监听应用权限申请确认框的弹出和 - + diff --git a/docs/api/create-rewarded-video-ad.md b/docs/api/create-rewarded-video-ad.md index ed454e9c4e40dfd3d62cd90855af4cf495f6b95b..50fc377033e73e45d04880814d0010e8611190a1 100644 --- a/docs/api/create-rewarded-video-ad.md +++ b/docs/api/create-rewarded-video-ad.md @@ -2,6 +2,8 @@ + + @@ -14,8 +16,6 @@ - - diff --git a/docs/api/create-video-context.md b/docs/api/create-video-context.md index 4a89ff2d10723efe18c592ceeba0ad6cd5e90f7d..b8a399a060bf41dc3f3bf7dbea16598fb0a255b9 100644 --- a/docs/api/create-video-context.md +++ b/docs/api/create-video-context.md @@ -2,14 +2,14 @@ + + - - diff --git a/docs/api/create-webview-context.md b/docs/api/create-webview-context.md index 6b6afa74f6a765c9118356b56bbe8b253a5682d3..845dc139d5ac28109739c5e47927a4ebf552c339 100644 --- a/docs/api/create-webview-context.md +++ b/docs/api/create-webview-context.md @@ -2,14 +2,14 @@ + + - - diff --git a/docs/api/download-file.md b/docs/api/download-file.md index ae07329063fcdaef80b92d2ef9ca6083cd3f9fba..52dd1b7d9bf8a43fa585a1d2ba2a3708c045556e 100644 --- a/docs/api/download-file.md +++ b/docs/api/download-file.md @@ -2,6 +2,8 @@ + + 下载文件常见场景是apk的下载更新,[app升级中心](https://doc.dcloud.net.cn/uniCloud/upgrade-center.html)是一个现成的开源项目,实现下载进度在通知栏显示等复杂交互,可直接使用。 @@ -17,8 +19,6 @@ - - diff --git a/docs/api/env.md b/docs/api/env.md index b88c53e43ec2c13cb2cc35f6fdcdb84472d919eb..5f38c76b3840733f0e31349c460d1f81bc14c66e 100644 --- a/docs/api/env.md +++ b/docs/api/env.md @@ -2,14 +2,14 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/event-bus.md b/docs/api/event-bus.md index 8d65e8d77d950beaa9a77671c0feafecd423a99b..6cfa8d1aa139baea7897a56509958715a33478b1 100644 --- a/docs/api/event-bus.md +++ b/docs/api/event-bus.md @@ -2,60 +2,60 @@ + + - - ## uni.$off(eventName, callback) @$off + + - - ## uni.$once(eventName, callback) @$once + + - - ## uni.$emit(eventName, args?) @$emit + + - - - \ No newline at end of file + diff --git a/docs/api/exit.md b/docs/api/exit.md index ddea4a56d10915856569dba67924bffa417fb65c..2a1df1798f632a20bb49de2148246f941ce61e0e 100644 --- a/docs/api/exit.md +++ b/docs/api/exit.md @@ -2,12 +2,12 @@ + + - - 本API仅Android App生效。 Android平台的应用退出分热退出和冷退出。 @@ -16,7 +16,7 @@ Android平台的应用退出分热退出和冷退出。 基本上主流Android App都是热退出。本API也是热退出。 -热退出,即通知了os:这个App用户不用了,在os需要时可以回收。如果在os回收之前,用户又启动这个App,会感觉启动速度更快一些。 +热退出,即通知了os:这个App用户不用了,在os需要时可以回收。如果在os回收之前,用户又启动这个App,会感觉启动速度更快一些。 @@ -26,7 +26,7 @@ Android平台的应用退出分热退出和冷退出。 -## 切换应用到后台@back +## 切换应用到后台@back 有的Android App,点back后不询问用户,直接隐藏到了后台。这种做法占用手机的资源一些,但确实也有一些App是这么做的。 diff --git a/docs/api/facial-recognition-verify.md b/docs/api/facial-recognition-verify.md index fac2a151e5fd3fd3b005c0d7bd66319d613e7739..03bf52bf2901cf8ea3b86811fc002fb7ad555940 100644 --- a/docs/api/facial-recognition-verify.md +++ b/docs/api/facial-recognition-verify.md @@ -13,24 +13,24 @@ uni-id-pages,已经内置实人认证,从云端到客户端均已开发好 + + - - ## uni.startFacialRecognitionVerify(faceStyle) @startfacialrecognitionverify + + - - diff --git a/docs/api/get-app-authorize-setting.md b/docs/api/get-app-authorize-setting.md index 849f5c4cf58eac8cc98ecb57a265fe84e0744d24..c614033d61be9ba3de89c9569ae86675053a7bd7 100644 --- a/docs/api/get-app-authorize-setting.md +++ b/docs/api/get-app-authorize-setting.md @@ -2,18 +2,18 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/get-app-base-info.md b/docs/api/get-app-base-info.md index 6ab455be1338aaccea69132f363bf8fee012c83c..d0aee967390e5733937e10090914a9cd97c23a25 100644 --- a/docs/api/get-app-base-info.md +++ b/docs/api/get-app-base-info.md @@ -2,18 +2,18 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/get-app.md b/docs/api/get-app.md index 51c4ef2f28c5fd24d2f48689eda1ed68526616a6..95d67427a7b47388f690e38886f6daddcc485b10 100644 --- a/docs/api/get-app.md +++ b/docs/api/get-app.md @@ -2,14 +2,14 @@ + + - - @@ -18,4 +18,4 @@ - \ No newline at end of file + diff --git a/docs/api/get-battery-info.md b/docs/api/get-battery-info.md index a1a6d0e9f44da4f08a2edb4926e0b271ba69de11..c399722c8b8791eee60dcf552855e0e33d4a99f4 100644 --- a/docs/api/get-battery-info.md +++ b/docs/api/get-battery-info.md @@ -2,32 +2,32 @@ + + - - ## uni.getBatteryInfoSync() @getbatteryinfosync + + - - - \ No newline at end of file + diff --git a/docs/api/get-current-pages.md b/docs/api/get-current-pages.md index 96e0125a3d60bca3b5417ef3f1ab10af2a670289..0fbf3ee9c3a5cb87d8c9123dac6d554d63609322 100644 --- a/docs/api/get-current-pages.md +++ b/docs/api/get-current-pages.md @@ -2,6 +2,8 @@ + + @@ -17,7 +19,7 @@ |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`,那么下拉刷新功能会被摇掉,此时设置打开下拉刷新将无效。 - app-android平台的页面是activity,不支持`backgroundColorContent`设为透明。 - 4.15版本前,app-ios平台在page.json 中设置页面 `enablePullDownRefresh` 为 `false` 时,无法通过 `$setPageStyle` 方法动态开启页面下拉刷新。新版已修复该问题。 @@ -25,7 +27,7 @@ - + diff --git a/docs/api/get-device-info.md b/docs/api/get-device-info.md index e2298d75e368c8fb276dc42f62e7d042bafa4120..8b2982de15e40c0dd821b71959235098dbf1433d 100644 --- a/docs/api/get-device-info.md +++ b/docs/api/get-device-info.md @@ -2,6 +2,8 @@ + + @@ -10,12 +12,10 @@ - - - \ No newline at end of file + diff --git a/docs/api/get-element.md b/docs/api/get-element.md index 5a1bbe47f8b2d86f9481d77f270e36dfa82e7669..559734580135ea63152553979afeaef744d38086 100644 --- a/docs/api/get-element.md +++ b/docs/api/get-element.md @@ -2,6 +2,8 @@ + + **注意:** \ 本方法获取的元素,是页面栈栈顶的页面的元素,而不是执行本方法代码所在的页面的元素。\ 因为uni是全局api,只有`this.$refs`才能和页面绑定。\ @@ -42,8 +44,6 @@ - - diff --git a/docs/api/get-file-system-manager.md b/docs/api/get-file-system-manager.md index 4a87d3986644cb3756f8505aed95e577efbe0b9b..07626b27eaf64dbe85cf6ee80474ff2f76ecac06 100644 --- a/docs/api/get-file-system-manager.md +++ b/docs/api/get-file-system-manager.md @@ -2,6 +2,8 @@ + + 文件管理器对象,用于操作应用可访问的本地文件空间,在app平台是应用沙盒目录。 可实现目录和文件的创建、删除、改名或改路径、遍历目录、获取文件信息、读写文件。 @@ -17,10 +19,8 @@ - - -### 特殊说明 -app-ios平台暂时仅支持在uvue文件中使用文件管理器对象,uts插件中暂不支持 +### 特殊说明 +app-ios平台暂时仅支持在uvue文件中使用文件管理器对象,uts插件中暂不支持 app-android平台API不支持代码包文件目录 diff --git a/docs/api/get-launch-options-sync.md b/docs/api/get-launch-options-sync.md index d4b04bcf820269cd61fefecb785c77575aac9814..5b006c7b3787bd378d141eb517c56084e52a71c1 100644 --- a/docs/api/get-launch-options-sync.md +++ b/docs/api/get-launch-options-sync.md @@ -2,18 +2,18 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/get-location.md b/docs/api/get-location.md index c074a3d05a47352b13653c46fb80ab2b1a286df2..91501f91e6c6a2b893a139ca80aa2a7037b44bd4 100644 --- a/docs/api/get-location.md +++ b/docs/api/get-location.md @@ -2,12 +2,12 @@ + + - - ### 注意 uni-app x的标准基座定位仅支持wgs84坐标系、不支持逆地址解析、且某些老型号国产Android机因gms问题不支持系统定位、国产Rom可能不支持高度信息。 diff --git a/docs/api/get-network-type.md b/docs/api/get-network-type.md index 21bcb6af4fe703c27c8beb9a16d2ff36da258ec2..6c41c8d48df41dc3387b4d49369e7ea213678c9a 100644 --- a/docs/api/get-network-type.md +++ b/docs/api/get-network-type.md @@ -2,18 +2,18 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/get-performance.md b/docs/api/get-performance.md index c6913c86cdeb9263e7e016cb6a1755aac732c7b3..fda43d3adbfa34acbc8e9f02fa7ad1bba901c79b 100644 --- a/docs/api/get-performance.md +++ b/docs/api/get-performance.md @@ -2,12 +2,12 @@ + + - - diff --git a/docs/api/get-provider.md b/docs/api/get-provider.md index e1effa2064f38852d39cb066e0a6d47a69be83cf..1acf760cfd32d84e5049a9af29fdb1125eac3c7b 100644 --- a/docs/api/get-provider.md +++ b/docs/api/get-provider.md @@ -2,16 +2,16 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/get-system-info.md b/docs/api/get-system-info.md index c5a21b5db1f88c88fac06227a80751019418ff0b..693bdcf28f5c1b0b09a78734a93caacf1364cb4c 100644 --- a/docs/api/get-system-info.md +++ b/docs/api/get-system-info.md @@ -4,6 +4,8 @@ + + uni-app 提供了异步(`uni.getSystemInfo`)和同步(`uni.getSystemInfoSync`)的2个API获取系统信息。 按照运行环境层级排序,从底层向上,systemInfo有6个概念: @@ -24,22 +26,20 @@ uni-app 提供了异步(`uni.getSystemInfo`)和同步(`uni.getSystemInfoSync`) - - ## uni.getSystemInfoSync() @getsysteminfosync + + - - diff --git a/docs/api/get-system-setting.md b/docs/api/get-system-setting.md index cf1abec9ff21195f314a810924f32bcc7cd8bd04..a9a29fa4d99e5fd05042cae001eb3c82a986b2ca 100644 --- a/docs/api/get-system-setting.md +++ b/docs/api/get-system-setting.md @@ -2,18 +2,18 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/get-univerify-manager.md b/docs/api/get-univerify-manager.md index 732673e9a13bdb3513f1ba20aa2354afbd2e7d00..c3c401c41dc66d334334aad667336cca23f2ea9a 100644 --- a/docs/api/get-univerify-manager.md +++ b/docs/api/get-univerify-manager.md @@ -2,6 +2,8 @@ + + App一键登陆,封装了个推的一键登陆sdk,其内部再次封装了中国三大电信运营商提供的sdk。通过运营商提供的服务,可以在手机sim卡信号正常的情况下,通过云端接口获取到当前用户的手机号。 App一键登陆是替代短信验证码登录的更优选择:对开发者而言更便宜、对用户而言体验更好。 @@ -17,8 +19,6 @@ uni-id-pages,已经内置一键登陆,从云端到客户端均已开发好 - - ## cause个推sdk错误码及运营商错误码汇总 @@ -211,4 +211,4 @@ uni-id-pages,已经内置一键登陆,从云端到客户端均已开发好 - \ No newline at end of file + diff --git a/docs/api/get-window-info.md b/docs/api/get-window-info.md index f79fe2b1cf0be11ff9747368db6f7e5eb974bba3..25e4fe7b3082fc76e23ceca224c139b6d3ccb198 100644 --- a/docs/api/get-window-info.md +++ b/docs/api/get-window-info.md @@ -2,13 +2,13 @@ + + - + - - @@ -16,4 +16,4 @@ - \ No newline at end of file + diff --git a/docs/api/install-apk.md b/docs/api/install-apk.md index c7de2e193822fd1bc3e39a58a7194bf24005f099..a970e74d10919e9f8bddcf14f267d1b1bf5b279c 100644 --- a/docs/api/install-apk.md +++ b/docs/api/install-apk.md @@ -2,14 +2,14 @@ + + 安装Apk最常见的场景是App的升级,更推荐使用uni的[App升级中心](https://doc.dcloud.net.cn/uniCloud/upgrade-center.html),这是一个云端一体开源项目,想达到该项目的体验细节需要大量代码,不如直接拿走使用。 - - @@ -19,4 +19,4 @@ - \ No newline at end of file + diff --git a/docs/api/interceptor.md b/docs/api/interceptor.md index 8157b7fa928ddd80b54e6ac568c769496a272284..80595d8e031594619f3dcd16ce85a0e2d4763dd2 100644 --- a/docs/api/interceptor.md +++ b/docs/api/interceptor.md @@ -2,24 +2,24 @@ + + - - ## uni.removeInterceptor(name, interceptor?) @removeinterceptor + + - - @@ -31,4 +31,4 @@ ## Tips@tips * 目前仅以下接口支持拦截器:navigateTo、redirectTo、reLaunch、switchTab、navigateBack、loadFontFace、pageScrollTo、startPullDownRefresh、setNavigationBarColor、setNavigationBarTitle、setTabBarBadge、removeTabBarBadge、setTabBarItem、setTabBarStyle、hideTabBar、showTabBar、showTabBarRedDot、hideTabBarRedDot -* 如需拦截request,可在插件市场搜索[拦截器插件](https://ext.dcloud.net.cn/search?q=%E6%8B%A6%E6%88%AA%E5%99%A8&uni-appx=1) \ No newline at end of file +* 如需拦截request,可在插件市场搜索[拦截器插件](https://ext.dcloud.net.cn/search?q=%E6%8B%A6%E6%88%AA%E5%99%A8&uni-appx=1) diff --git a/docs/api/load-font-face.md b/docs/api/load-font-face.md index 3a5d56fcea2594136488b34ad992659f6bff2208..77a3939a5989c3d9593672d37be0764db0f585e7 100644 --- a/docs/api/load-font-face.md +++ b/docs/api/load-font-face.md @@ -2,9 +2,13 @@ + + -#### 注意事项 + + +#### 注意事项 - app-ios平台加载字体一定是全局生效,不支持通过global属性设置为非全局生效 - family属性指定自定义字体路径时,必须使用`url()`包裹。可能某些平台不包裹也可以生效,但标准规范是包裹,按标准写法才能全端生效。如下: ```uts @@ -23,12 +27,8 @@ uni.loadFontFace({ 不同平台支持的字体格式不同,另见[css字体](../css/font-family.md) - - - - diff --git a/docs/api/memory.md b/docs/api/memory.md index 071ce2a6e93b014402efd4d5e5fab19bd97e7c4c..32c6c2e498bbf19fbcee22dc2b51da752a172ae3 100644 --- a/docs/api/memory.md +++ b/docs/api/memory.md @@ -2,26 +2,26 @@ + + - - ## uni.offMemoryWarning(callback?) @offmemorywarning + + - - - \ No newline at end of file + diff --git a/docs/api/navigator.md b/docs/api/navigator.md index f6a450a99e94a71f1410434e5ea147d1c445f16c..c433e4f1502e56f6e146069d9d9b9fd1b36ed482 100644 --- a/docs/api/navigator.md +++ b/docs/api/navigator.md @@ -2,70 +2,70 @@ + + - - ## uni.redirectTo(options) @redirectto + + - - ## uni.reLaunch(options) @relaunch + + - - ## uni.switchTab(options) @switchtab + + - - ## uni.navigateBack(options?) @navigateback + + - - @@ -86,4 +86,4 @@ A页面跳转到B页面时,有两种方式给B页面传递信息: * ``switchTab`` 只能打开 ``tabBar`` 页面。 * ``reLaunch`` 可以打开任意页面。 * 页面底部的 ``tabBar`` 由页面决定,即只要是定义为 ``tabBar`` 的页面,底部都有 ``tabBar``。 -* 不能在首页 ```onReady``` 之前进行页面跳转。 \ No newline at end of file +* 不能在首页 ```onReady``` 之前进行页面跳转。 diff --git a/docs/api/nodes-info.md b/docs/api/nodes-info.md index a033211d8838a127a03469997b3f2618112e8102..a20dd4f6b4e687a646e17b1f15465beb924d942d 100644 --- a/docs/api/nodes-info.md +++ b/docs/api/nodes-info.md @@ -2,6 +2,8 @@ + + **selector 说明:** @@ -27,8 +29,6 @@ - - diff --git a/docs/api/page-scroll-to.md b/docs/api/page-scroll-to.md index 5d89b6e997bd418bc2bb626ae754948cd8574968..fd62272060cd92e6c96106b89a1ce16a7dfe2ca1 100644 --- a/docs/api/page-scroll-to.md +++ b/docs/api/page-scroll-to.md @@ -2,6 +2,8 @@ + + 可以滚动到指定的scrollTop值处,也可以滚动到指定的目标元素处(通过css选择器selector), 仅支持一级 class app-uvue下,只有页面的根元素为scroll-view时,本API才生效。[详见](../css/README.md#pagescroll) @@ -14,8 +16,6 @@ app-uvue下,只有页面的根元素为scroll-view时,本API才生效。[详 - - **selector 语法** @@ -49,4 +49,4 @@ uni.pageScrollTo({ - \ No newline at end of file + diff --git a/docs/api/preview-image.md b/docs/api/preview-image.md index a0c13bc436e9a849fe763e40260d885e3c057e88..396db518af67d4f8343e9e7b1b71512a5bf0aac5 100644 --- a/docs/api/preview-image.md +++ b/docs/api/preview-image.md @@ -2,32 +2,32 @@ + + - - ## uni.closePreviewImage(options) @closepreviewimage + + - - - \ No newline at end of file + diff --git a/docs/api/prompt.md b/docs/api/prompt.md index 6b151f558c68042800d2543e6bb8fe55ac21b541..fefd8511d282fe1de4381e2659be1eca9e7bdc42 100644 --- a/docs/api/prompt.md +++ b/docs/api/prompt.md @@ -2,14 +2,14 @@ + + - - #### 注意事项 #### @@ -20,9 +20,9 @@ 如果设置了`position` 字段,`uni.showToast` 会采用系统弹窗方案,即弹窗与页面无绑定关系。 页面关闭后,弹出中的/等待弹出的`Toast`会继续展示。 -系统弹窗在部分系统(比如 MIUI,Google)可能会有应用图标前缀。 +系统弹窗在部分系统(比如 MIUI,Google)可能会有应用图标前缀。 -系统弹窗在部分系统(比如 鸿蒙 4.0以上)可能不支持顶部和居中展示。 +系统弹窗在部分系统(比如 鸿蒙 4.0以上)可能不支持顶部和居中展示。 @@ -30,34 +30,36 @@ + + - - ## uni.showModal(options) @showmodal + + - - ## uni.showActionSheet(options) @showactionsheet + + itemList,即actionsheet的列表项,在app和小程序上最多6项,超出会报错。在web上超出不报错,列表区变为可滚动。 @@ -66,8 +68,6 @@ itemList,即actionsheet的列表项,在app和小程序上最多6项,超出 - - @@ -77,4 +77,4 @@ itemList,即actionsheet的列表项,在app和小程序上最多6项,超出 ## Bug & Tips@tips -- 目前web和App的弹窗UI风格不统一,后续会修复 \ No newline at end of file +- 目前web和App的弹窗UI风格不统一,后续会修复 diff --git a/docs/api/pull-down-refresh.md b/docs/api/pull-down-refresh.md index 3f1dcd58ea418e13986f718bc19f34dc72d21668..96b9de882a7c0880e07bb398e43e8a1008838e97 100644 --- a/docs/api/pull-down-refresh.md +++ b/docs/api/pull-down-refresh.md @@ -2,18 +2,20 @@ + + - - ## uni.stopPullDownRefresh() @stoppulldownrefresh + + 使用: 1. 首先pages.json里配置了页面可下拉刷新`"enablePullDownRefresh": true` 2. 当用户下拉页面时触发页面生命周期`onPullDownRefresh` @@ -27,12 +29,10 @@ - - - \ No newline at end of file + diff --git a/docs/api/push.md b/docs/api/push.md index 740f84b675e210c11a280836e670f153dd8e617c..afe98d9fc78480f21f75d6f9d3fce3b177e03289 100644 --- a/docs/api/push.md +++ b/docs/api/push.md @@ -16,24 +16,24 @@ uni-push是DCloud与合作伙伴个推共同推出的统一推送服务。用于 + + - - ## uni.onPushMessage(callback) @onpushmessage + + - - ### 注意事项 @@ -44,24 +44,24 @@ uni-push是DCloud与合作伙伴个推共同推出的统一推送服务。用于 + + - - ## uni.getChannelManager() @getchannelmanager + + - - ### 注意事项 @@ -87,12 +87,12 @@ uni-push是DCloud与合作伙伴个推共同推出的统一推送服务。用于 + + - - @@ -170,4 +170,4 @@ channelManager.setPushChannel({ * uni-app x 的push模块仅支持uni-push2,不再支持uni-push1。但不要误会这不是强绑uniCloud的付费行为。而是DCloud的所有云服务都将统一纳入到uniCloud体系管理,开发者在开通uni-push2后,也可以拿到mastersecret,然后在自己的服务器去直接连接个推服务器。另外uniCloud的免费版也足够很多开发者使用。 * uni-push是一个独立的模块,在标准基座中并不包含。开发push需要首先编写push相关代码,然后打包自定义基座,根据摇树规则,打出的自定义基座才会包含push模块。详见[摇树](../collocation/manifest-modules.md#treeshaking) * 创建本地通知栏,理论上可以和个推的服务无关。但目前也都包含在push模块里了。如果您不需要服务器推送,只需要本地创建通知栏,也需要打包push模块才行。 -* 部分手机创建本地通知时,App如果在后台状态,点击通知消息并不会拉起App,原因是厂商增加了后台弹窗权限,需要用户手动打开此权限。 \ No newline at end of file +* 部分手机创建本地通知时,App如果在后台状态,点击通知消息并不会拉起App,原因是厂商增加了后台弹窗权限,需要用户手动打开此权限。 diff --git a/docs/api/request-payment.md b/docs/api/request-payment.md index 73a71f1c795cab7a48222d57150df8c03088c4c8..502ed12fd7ae54c0a89c02bd4c98be5e6ba03e5e 100644 --- a/docs/api/request-payment.md +++ b/docs/api/request-payment.md @@ -2,6 +2,8 @@ + + uni.requestPayment是一个统一各平台的客户端支付API,客户端均使用本API调用支付。 本API运行在各端时,会自动转换为各端的原生支付调用API。 @@ -49,8 +51,6 @@ uni.requestPayment是一个统一各平台的客户端支付API,客户端均 - - ### cause支付sdk错误码汇总 @@ -117,10 +117,10 @@ uni.requestPayment是一个统一各平台的客户端支付API,客户端均 #### iOS平台微信支付参数说明: - `appid`:微信开放平台申请的应用ID(AppID) - `universalLink`:iOS平台通用链接(Universal Link) - 在iOS平台微信支付使用的通用链接,必须与微信开放平台 “管理中心” > “应用详情” > “开发信息” 中的“Universal Links”项中配置一致,更多详情参考 + 在iOS平台微信支付使用的通用链接,必须与微信开放平台 “管理中心” > “应用详情” > “开发信息” 中的“Universal Links”项中配置一致,更多详情参考 [通用链接(Universal Link)](https://uniapp.dcloud.net.cn/tutorial/app-ios-capabilities.html#通用链接-universal-link), [一键生成iOS通用链接](https://uniapp.dcloud.io/api/plugins/universal-links), [模块配置](https://doc.dcloud.net.cn/uni-app-x/collocation/manifest-modules.html#uni-payment) - - **注意** + + **注意** - 配置后需提交云端打包后才能生效,真机运行时请使用[自定义调试基座](https://uniapp.dcloud.net.cn/tutorial/run/run-app.html#customplayground) - 同资源文件(Bundle Resources)配置类似,iOS平台需要配置`uniapp-entitlements`文件, 详见[uniapp-entitlements 配置](https://uniapp.dcloud.net.cn/tutorial/app-nativeresource-ios.html#uniapp-entitlements-%E9%85%8D%E7%BD%AE) diff --git a/docs/api/request.md b/docs/api/request.md index e57818807cc265733cd90fb65721e5ef74ba5796..085a143d3ec4f8228e6f81bcfacd2a4d0809c8ca 100644 --- a/docs/api/request.md +++ b/docs/api/request.md @@ -2,12 +2,12 @@ + + - - diff --git a/docs/api/rpx2px.md b/docs/api/rpx2px.md index a9e410b1353ae862b1ede978f68715d5bea0ff8f..2aff05ce97373b37b02ba7916e9bc4b3990f3e46 100644 --- a/docs/api/rpx2px.md +++ b/docs/api/rpx2px.md @@ -2,14 +2,14 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/save-image-to-photos-album.md b/docs/api/save-image-to-photos-album.md index 5c2e86cfeb5557a6e315803d3bb53dbc3893f7a3..e8db746f4cc5e71060e8c5f02f779a3e10e96c0a 100644 --- a/docs/api/save-image-to-photos-album.md +++ b/docs/api/save-image-to-photos-album.md @@ -2,18 +2,18 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/set-navigation-bar-color.md b/docs/api/set-navigation-bar-color.md index ae060a7198dfd79aaaa9af94ab69b7bb538612b7..32687b0e18388a45b72401daaccc9f8170d9f915 100644 --- a/docs/api/set-navigation-bar-color.md +++ b/docs/api/set-navigation-bar-color.md @@ -2,6 +2,8 @@ + + 注意当pages.json中设置导航栏为custom时: 1. 状态栏的背景色将恒为透明。此时无法通过本API设置状态栏背景色。开发者可自行在状态栏区域放置view,设置背景色。 2. 本API设置前景色frontColor时,会修改状态栏的前景色。 @@ -12,12 +14,10 @@ - - - \ No newline at end of file + diff --git a/docs/api/set-navigation-bar-title.md b/docs/api/set-navigation-bar-title.md index 90561372682cdf8a7a08b2a285dbc33bc0a8bbdf..e0b40813aad9f8b5e43f565b8284f82697ca274e 100644 --- a/docs/api/set-navigation-bar-title.md +++ b/docs/api/set-navigation-bar-title.md @@ -2,14 +2,14 @@ + + - - - \ No newline at end of file + diff --git a/docs/api/set-tabbar.md b/docs/api/set-tabbar.md index 6448192ed902f2caab2851d37ea218193dd52577..a301f4742f198a9b589b20e3b79a2e6865bd3a11 100644 --- a/docs/api/set-tabbar.md +++ b/docs/api/set-tabbar.md @@ -2,114 +2,114 @@ + + - - ## uni.removeTabBarBadge(options) @removetabbarbadge + + - - ## uni.setTabBarItem(options) @settabbaritem + + - - ## uni.setTabBarStyle(options) @settabbarstyle + + - - ## uni.hideTabBar(options?) @hidetabbar + + - - ## uni.showTabBar(options?) @showtabbar + + - - ## uni.showTabBarRedDot(options) @showtabbarreddot + + - - ## uni.hideTabBarRedDot(options) @hidetabbarreddot + + - - - \ No newline at end of file + diff --git a/docs/api/storage.md b/docs/api/storage.md index 4cde6e0d2b7fa6d714f2d72cf82b19a6f147d940..c6e9ce4f426aaa1e0985ceb9c49c60a4ecb5cc49 100644 --- a/docs/api/storage.md +++ b/docs/api/storage.md @@ -19,42 +19,42 @@ uni-app的Storage在不同端的实现不同: + + - - ## uni.setStorageSync(key, data) @setstoragesync + + - - ## uni.getStorage(options) @getstorage + + - - > 注意:获取一个不存在的 key 会触发 fail 回调,返回错误信息为 "getStorage:fail data not found" 的错误。 @@ -63,14 +63,14 @@ uni-app的Storage在不同端的实现不同: + + - - > 注意:同步方法获取一个不存在的 key 会返回空字符串,而不是 null @@ -79,88 +79,88 @@ uni-app的Storage在不同端的实现不同: + + - - ## uni.getStorageInfoSync() @getstorageinfosync + + - - ## uni.removeStorage(options) @removestorage + + - - ## uni.removeStorageSync(key) @removestoragesync + + - - ## uni.clearStorage(option?) @clearstorage + + - - ## uni.clearStorageSync() @clearstoragesync + + - - - \ No newline at end of file + diff --git a/docs/api/upload-file.md b/docs/api/upload-file.md index faa824f031b4e436b0a499ac45a365e90e823c71..606f2bce44f306cd6b377a62d4ea946a46fd5497 100644 --- a/docs/api/upload-file.md +++ b/docs/api/upload-file.md @@ -2,6 +2,8 @@ + + 推荐上传到uniCloud,uniCloud提供了更便宜CDN和更好的易用性,[详见](https://doc.dcloud.net.cn/uniCloud/storage.html) @@ -10,8 +12,6 @@ - - diff --git a/docs/api/websocket-global.md b/docs/api/websocket-global.md index eb55a660c3ddfb49d2b2263c4b3272e7dc07ec81..c9b45e3d628cf45f372bd8704f46bba9dc3e8111 100644 --- a/docs/api/websocket-global.md +++ b/docs/api/websocket-global.md @@ -2,56 +2,56 @@ + + - - ## uni.onSocketOpen(options) @onsocketopen + + - - ## uni.onSocketError(callback) @onsocketerror + + - - ## uni.sendSocketMessage(options) @sendsocketmessage + + - - ## 注意事项 @@ -62,42 +62,42 @@ + + - - ## uni.closeSocket(options) @closesocket + + - - ## uni.onSocketClose(callback) @onsocketclose + + - - diff --git a/docs/api/websocket.md b/docs/api/websocket.md index b9da054dff0d3f3480f2d49660c816be2dd792ca..3cbf7e9fefbf14cc7982a0dc863d5e5e9df6ded2 100644 --- a/docs/api/websocket.md +++ b/docs/api/websocket.md @@ -2,100 +2,100 @@ + + - - ## uni.onSocketOpen(options) @onsocketopen + + - - ## uni.onSocketError(callback) @onsocketerror + + - - ## uni.sendSocketMessage(options) @sendsocketmessage + + - - ## uni.onSocketMessage(callback) @onsocketmessage + + - - ## uni.closeSocket(options) @closesocket + + - - ## uni.onSocketClose(callback) @onsocketclose + + - - - \ No newline at end of file + diff --git a/docs/api/wifi.md b/docs/api/wifi.md index dd025932d96e812688abd676196f1540eeed10fd..4fdc248f9b956975e46145b81684af38232c24e2 100644 --- a/docs/api/wifi.md +++ b/docs/api/wifi.md @@ -2,122 +2,122 @@ + + - - ## uni.stopWifi(option) @stopwifi + + - - ## uni.connectWifi(option) @connectwifi + + - - ## uni.getWifiList(option) @getwifilist + + - - ## uni.onGetWifiList(UniWifiCallback) @ongetwifilist + + - - ## uni.offGetWifiList(UniWifiCallback) @offgetwifilist + + - - ## uni.getConnectedWifi(option) @getconnectedwifi + + - - ## uni.onWifiConnected(UniWifiCallback) @onwificonnected + + - - ## uni.onWifiConnectedWithPartialInfo(UniWifiCallback) @onwificonnectedwithpartialinfo + + - - ## uni.offWifiConnected(callback?) @offwificonnected + + - - - \ No newline at end of file + diff --git a/docs/component/animation-view.md b/docs/component/animation-view.md index f81355dcc566589cf08bf6753f738b97b6854d6f..fdc1ce0e1229664e1113a123ab55df631528ca71 100644 --- a/docs/component/animation-view.md +++ b/docs/component/animation-view.md @@ -2,17 +2,16 @@ + + 标准基座并不包含本插件,下载插件后需编写调用代码并打包自定义基座才可运行。 - - - diff --git a/docs/component/button.md b/docs/component/button.md index 37e20ec339dfaa20a6ff4e22c46ab5acd42e6d20..8d0f691a4a148f0e0263144dc7fb39c711c80447 100644 --- a/docs/component/button.md +++ b/docs/component/button.md @@ -2,14 +2,14 @@ + + - - - 在web平台,由于0.5px有兼容性问题,button的边框使用伪类实现。 - 在app平台,HBuilderX4.02及以上版本调整为原生实现button组件,默认边框不占高度,解决button实际渲染宽高与Web端不一致的问题;HBuilderX4.01及以下版本封装text实现button组件,由于不支持伪类,默认边框使用 border 样式实现,会导致button的实际的渲染宽高在app端比web端多1px。 - button的默认边框宽度为0.5px,当type属性为plain时,边框宽度是1px,此时在web平台button实际的渲染宽高会大于其他类型1px,在app平台button实际的渲染高度与其他类型一致。 diff --git a/docs/component/canvas.md b/docs/component/canvas.md index 8e77caa08a154452c3ffc6a55b8e07b68aeb2967..b8c63b92c296aa9bba3dd000961eaf9ae72e7248 100644 --- a/docs/component/canvas.md +++ b/docs/component/canvas.md @@ -2,14 +2,14 @@ + + - - diff --git a/docs/component/checkbox-group.md b/docs/component/checkbox-group.md index da4cc7f743a36f66ff95bd59dc537c5c4fcfd706..959331bc1870cd07fb000d5238d0e69cbde4f0d0 100644 --- a/docs/component/checkbox-group.md +++ b/docs/component/checkbox-group.md @@ -2,14 +2,14 @@ + + - - @@ -21,14 +21,14 @@ + + - - diff --git a/docs/component/form.md b/docs/component/form.md index 4bdbeaf87671e4706837a2aec69f82b8686c9186..ad2cecb601b9e24706d90ba1b62eb3945cd6b641 100644 --- a/docs/component/form.md +++ b/docs/component/form.md @@ -2,14 +2,14 @@ + + - - ## form内容项控制逻辑 form组件的内容子组件包括:input、textarea、checkbox、radio、switch、slider,以及负责提交或重置的button组件。 diff --git a/docs/component/image.md b/docs/component/image.md index e4ba2c6f151137b6bfa197658a740b482ae35c84..ee183567e427c65e04e60047f0a2efd7342f974e 100644 --- a/docs/component/image.md +++ b/docs/component/image.md @@ -2,6 +2,8 @@ + + @@ -51,8 +53,6 @@ app端支持的图片格式如下: 安卓端image组件内部使用facebook的[fresco](https://github.com/facebook/fresco)库(2.5.0),自带缓存策略,也会自动清理缓存。 iOS端image组件内部使用[SDWebImage](https://github.com/SDWebImage/SDWebImage)库(5.10.0),自带缓存策略,默认7天缓存,缓存过期后会自动清理。 - - #### App平台 - App-Android平台由于默认启用了图片缩放(即根据组件实际宽高加载图片,以节省内存),所以可能导致load事件返回的图片尺寸并非图片原始尺寸。 diff --git a/docs/component/input.md b/docs/component/input.md index fed7c4c6160106dabde3036f348b6e503c81a555..c64650d430bdaa104fed6d9f949d112d4e26df76 100644 --- a/docs/component/input.md +++ b/docs/component/input.md @@ -2,14 +2,14 @@ + + - - diff --git a/docs/component/list-view.md b/docs/component/list-view.md index 6568b586e59c17ee1a8d5b285b5ab682310073c7..2005598224a986a972fa550294f306767a2b183d 100644 --- a/docs/component/list-view.md +++ b/docs/component/list-view.md @@ -2,6 +2,8 @@ + + 在App中,基于recycle-view的list,才能实现长列表的资源自动回收,以保障列表加载很多项目时,屏幕外的资源被有效回收。list-view就是基于recycle-view的list组件。 每个list由1个父组件list-view及若干子组件list-item构成。仅有有限子组件可识别,[见下](#children-tags) @@ -51,8 +53,6 @@ scroll-view开启嵌套模式后,list-view 可作为内层滚动视图与外 设置内层 list-view 的 `associative-container` 属性为 "nested-scroll-view",开启内层 list-view 支持与外层 scroll-view 嵌套滚动 - - @@ -63,6 +63,8 @@ scroll-view开启嵌套模式后,list-view 可作为内层滚动视图与外 + + ### list-item复用机制 @@ -104,8 +106,6 @@ scroll-view开启嵌套模式后,list-view 可作为内层滚动视图与外 - - diff --git a/docs/component/navigator.md b/docs/component/navigator.md index eea785f0ea8b74530f72f8752a1315784e8d7c01..e0e9b13ee5fd195e9375628d6da6e5e61dd3d39f 100644 --- a/docs/component/navigator.md +++ b/docs/component/navigator.md @@ -2,14 +2,14 @@ + + - - diff --git a/docs/component/nested-scroll-body.md b/docs/component/nested-scroll-body.md index 146496d56eb7b208b7701d0dfc46012cc822fb81..3bc99ffc7aecb9425c672e15ec026113b002c8ea 100644 --- a/docs/component/nested-scroll-body.md +++ b/docs/component/nested-scroll-body.md @@ -2,6 +2,8 @@ + + @@ -19,8 +21,6 @@ scroll-view 嵌套场景中。内层 scroll-view 滚动时无法与外层 scroll + `nested-scroll-body` 组件只能渲染在 `nested-scroll-header`组件下面 + 外层 scroll-view 的子节点中只能有一个 `nested-scroll-body` - - diff --git a/docs/component/nested-scroll-header.md b/docs/component/nested-scroll-header.md index 76e8d43fa2da41fee898e621994e7bd367d27eb3..024be9e70ea3f709460f36da0e52107c7f8c4543 100644 --- a/docs/component/nested-scroll-header.md +++ b/docs/component/nested-scroll-header.md @@ -2,6 +2,8 @@ + + @@ -18,8 +20,6 @@ scroll-view 嵌套场景中。外层 scroll-view 滚动时无法与内层 scroll + `nested-scroll-header` 组件不支持复数子节点,渲染时会取其第一个子节点来渲染 + `nested-scroll-header` 组件只能渲染在 `nested-scroll-body`组件上面 - - diff --git a/docs/component/picker-view.md b/docs/component/picker-view.md index aea4451bfb0719835b2f1d0497545a64a09e0cb5..3e295d237d6ec6d613f7b559e70b56647a735619 100644 --- a/docs/component/picker-view.md +++ b/docs/component/picker-view.md @@ -2,14 +2,14 @@ + + - - @@ -21,14 +21,14 @@ + + - - diff --git a/docs/component/progress.md b/docs/component/progress.md index 094f5a21e38929dd43e233b9b7936755a3b2b7e7..98b1d107c1e704e85332da9b166670795d65de53 100644 --- a/docs/component/progress.md +++ b/docs/component/progress.md @@ -2,14 +2,14 @@ + + - - diff --git a/docs/component/radio-group.md b/docs/component/radio-group.md index 23cd93f14a08eced92f8d5bf2f7fb4972b12c817..cd0fe071a511e9164860f041a962bfb0752d1311 100644 --- a/docs/component/radio-group.md +++ b/docs/component/radio-group.md @@ -2,14 +2,14 @@ + + - - @@ -21,14 +21,14 @@ + + - - diff --git a/docs/component/rich-text.md b/docs/component/rich-text.md index 24a85edddf0110bfe3fe054cbbd240b7243f4d18..5c193a71fce07f0a99ad3d6ec6d641f9360030dd 100644 --- a/docs/component/rich-text.md +++ b/docs/component/rich-text.md @@ -2,6 +2,8 @@ + + ### 支持的HTML标签和属性 |HTML |属性 |样式 | |-------|-------|-------| @@ -28,8 +30,6 @@ - - diff --git a/docs/component/scroll-view.md b/docs/component/scroll-view.md index 915de46ad4e3301a6466aa0b1253a857139282b8..d6f5c6311b17019cbd2aeb9ff58fe1f5822e0d42 100644 --- a/docs/component/scroll-view.md +++ b/docs/component/scroll-view.md @@ -2,6 +2,8 @@ + + @@ -132,8 +134,6 @@ onNestedPreScroll(event: NestedPreScrollEvent) { **具体代码请参考:**[nested-scroll嵌套滚动示例](https://gitcode.net/dcloud/hello-uni-app-x/-/blob/alpha/pages/template/long-list/long-list.uvue) - - #### App平台 + App平台scroll-x、scroll-y属性不支持同时设置为true, 同时设置true时仅scroll-y生效,4.0版本开始scroll-x、scroll-y已废弃,请使用direction属性。 diff --git a/docs/component/slider.md b/docs/component/slider.md index a7c7d15d5a61cf381775f5532f7d4f0c987c5ca7..184eff75c6333dfd9b2418a94855607b5da27c7a 100644 --- a/docs/component/slider.md +++ b/docs/component/slider.md @@ -2,14 +2,14 @@ + + - - ## tips show-value属性设为true后,会在横条右侧显示一个数字。 diff --git a/docs/component/sticky.md b/docs/component/sticky.md index ace8a2a6cdd453d1a54aea577890a761bed13ed9..616d330e7e81307df8650b9fd6a04db59e74d3fd 100644 --- a/docs/component/sticky.md +++ b/docs/component/sticky.md @@ -2,6 +2,8 @@ + + @@ -33,8 +35,6 @@ + sticky-header组件不支持css。仅支持padding属性控制子元素位置。其他排版需求要交给子元素实现 + 同时存在多sticky-header组件请使用sticky-section组件充当父容器控制吸顶业务 - - @@ -45,6 +45,8 @@ + + @@ -78,8 +80,6 @@ + sticky-section组件是虚拟组件不会真实渲染。仅支持padding属性控制子元素位置。其他排版需求要交给子元素实现 + Android平台sticky-section组件作为list-view的子元素时需要注意,sticky-section子元素仅支持sticky-header、list-item,其他元素无法正常显示 - - diff --git a/docs/component/swiper.md b/docs/component/swiper.md index 580e37f019cb6fd2f5eb18856b4c1ebc95f163f9..1fad76eacac9e0edcca4058d7b1846fc4be161fa 100644 --- a/docs/component/swiper.md +++ b/docs/component/swiper.md @@ -2,14 +2,14 @@ + + - - @@ -20,14 +20,14 @@ + + - - diff --git a/docs/component/switch.md b/docs/component/switch.md index 5400d6e9d071d1c3f090022171fae154a0eacab0..1af8fead767564bed7d97983a0b1ea02f024ce87 100644 --- a/docs/component/switch.md +++ b/docs/component/switch.md @@ -2,6 +2,8 @@ + + type为checkbox只有微信小程序和Web平台支持。一般建议使用标准的[checkbox组件](checkbox-group.md) @@ -10,8 +12,6 @@ type为checkbox只有微信小程序和Web平台支持。一般建议使用标 - - diff --git a/docs/component/text.md b/docs/component/text.md index 76075df6f722fd9f35474bdc449242739a7d37af..6db5747dac0436a20e5030c4b99040dd1d0b25ce 100644 --- a/docs/component/text.md +++ b/docs/component/text.md @@ -2,6 +2,8 @@ + + 在app-uvue和app-nvue中,文本只能写在text中,而不能写在view的text区域。文本样式的控制也应该在text组件上写style,而不是在view的样式里写。 虽然app-uvue中写在view的text区域的文字,也会被编译器自动包裹一层text组件,看起来也可以使用。但这样会造成无法修改该text文字的样式,详见uvue的[样式不继承](../css/README.md#stylenoextends)章节。 @@ -12,8 +14,6 @@ - - - App-Android平台文本换行规则(表现在文本断行位置等)可能和浏览器有差异。 ## 子组件 diff --git a/docs/component/textarea.md b/docs/component/textarea.md index 76cf37a2c90201817576078b8400a37fe66f6442..9bce263c59f7505c88b8eb4537220539f4f38c6f 100644 --- a/docs/component/textarea.md +++ b/docs/component/textarea.md @@ -2,14 +2,14 @@ + + - - diff --git a/docs/component/unicloud-db.md b/docs/component/unicloud-db.md index 285c7fab951ba010fb2d20e8e1b3560ea02b53e2..3d0912c481c1035a0132459dd0e7bbd38a9dc076 100644 --- a/docs/component/unicloud-db.md +++ b/docs/component/unicloud-db.md @@ -2,14 +2,14 @@ + + - - diff --git a/docs/component/video.md b/docs/component/video.md index 06c48f2e595f1948201acf3338f5a2a2d1ad8fe7..2587513185dff821df0700624aaaccbb1411ca0c 100644 --- a/docs/component/video.md +++ b/docs/component/video.md @@ -2,6 +2,8 @@ + + @@ -20,8 +22,6 @@ app端支持的视频格式如下: - [x] flv - [x] m3u8 (本地m3u8文件安卓端需3.99+,iOS端需4.11+) - - #### App平台 App-Android平台video组件使用ijkplayer库实现:[https://github.com/bilibili/ijkplayer](https://github.com/bilibili/ijkplayer); diff --git a/docs/component/view.md b/docs/component/view.md index d7a36a3716a77e33bd5ca1864c98e165491d9032..9f83ed7013f989cbb1a0430f3298b65fe771af09 100644 --- a/docs/component/view.md +++ b/docs/component/view.md @@ -2,6 +2,8 @@ + + #### 说明 @@ -13,8 +15,6 @@ - - #### App平台@app - HBuilder4.0以下版本`hover-class`属性App端与微信小程序效果一样,手指按下进入`hover-class`状态后,手指移动就会取消`hover-class`状态 - HBuilder4.0及以上版本App端调整为手指在view范围内移动不会取消`hover-class`状态,手指移动到view范围之外才会取消`hover-class`状态 diff --git a/docs/component/web-view.md b/docs/component/web-view.md index 54a2b9d491c7b43f4da52e629a63485617187c47..2d56b2ede398e7e1984d619af9ffc59e079da5de 100644 --- a/docs/component/web-view.md +++ b/docs/component/web-view.md @@ -2,14 +2,14 @@ + + - - - web平台web-view组件底层使用iframe实现,会有浏览器安全策略限制。一般不推荐在web平台使用web-view组件,如确需使用,且需要通信,请自行根据iframe的浏览器规范进行通信。 - web和小程序平台上,web-view是全屏的,即页面只能显示一个铺满的web-view。 - app/web平台的web-view组件可以自由调整大小和位置。在uni-app x 4.0以前,默认宽、高为0px,页面中使用时需设置相应的 css 属性控制组件宽高才能正常显示。从4.0起改为默认宽高100%。 diff --git a/docs/vue/composition-api.md b/docs/vue/composition-api.md index 42a4394ee477c437a496808d7fb80a1271b85596..420d4e9b92d8c607f2ba456316231f79ee006eaa 100644 --- a/docs/vue/composition-api.md +++ b/docs/vue/composition-api.md @@ -409,7 +409,7 @@ #### 兼容性 @component-lifecycle-compatibility - + #### onMounted、onUnmounted 使用注意事项 @mounted-unmounted-tips diff --git a/docs/vue/options-api.md b/docs/vue/options-api.md index 90263775f0f9582fb853ca9297d1af51b31053fa..dc53cf4d5ac646a0ce0542e933973a66d30ae446 100644 --- a/docs/vue/options-api.md +++ b/docs/vue/options-api.md @@ -148,7 +148,7 @@ #### 兼容性 @component-lifecycle-compatibility - + #### mounted、unmounted 使用注意事项 @mounted-unmounted-tips