diff --git a/docs/api/key.md b/docs/api/key.md index 68deba7c57b812791e3a73e3c71237203809b778..72799fe761ceca8cfec6dd3e9356cf2c373ae801 100644 --- a/docs/api/key.md +++ b/docs/api/key.md @@ -5,6 +5,6 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|x|x| +|√|√|√|√|x|√| 隐藏已经显示的软键盘,如果软键盘没有显示则不做任何操作。 diff --git a/docs/api/media/image.md b/docs/api/media/image.md index 291e834d3a1cb5006084888fb3c0f04f876bbd35..f7fe4aebdfe56d00c8767cb12cdb1318c6b11c8e 100644 --- a/docs/api/media/image.md +++ b/docs/api/media/image.md @@ -130,7 +130,7 @@ uni.chooseImage({ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x| +|√|√|√|√|√|√| **OBJECT 参数说明** diff --git a/docs/api/media/video-context.md b/docs/api/media/video-context.md index 40fd643457b3bf6f20a1a8d7778edae508d9e2aa..303400fdfae13b1d5f0f9aacd62e62e4c8e18c8d 100644 --- a/docs/api/media/video-context.md +++ b/docs/api/media/video-context.md @@ -5,7 +5,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|x|√|x| +|√|√|√|x|√|√| **videoContext 对象的方法列表** diff --git a/docs/api/other/get-extconfig.md b/docs/api/other/get-extconfig.md index c714dd58a76bcfb3f0affceb47cfe432a82f01c9..5a46ff914bb3a31584de52e068c682b6637d1594 100644 --- a/docs/api/other/get-extconfig.md +++ b/docs/api/other/get-extconfig.md @@ -6,7 +6,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√|x| +|x|x|√|x|√|√| **OBJECT参数说明** @@ -47,7 +47,7 @@ if (uni.getExtConfig) { |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√|x| +|x|x|√|x|√|√| **返回值(Object)** diff --git a/docs/api/request/websocket.md b/docs/api/request/websocket.md index 90d61afae550950a28d764be51d0351accff183a..2c464fd48c97f72ce1193515c0ed721750df7747 100644 --- a/docs/api/request/websocket.md +++ b/docs/api/request/websocket.md @@ -66,7 +66,7 @@ var socketTask = uni.connectSocket({ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x| +|√|√|√|√|√|√| **CALLBACK 返回参数** @@ -93,7 +93,7 @@ uni.onSocketOpen(function (res) { |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x| +|√|√|√|√|√|√| **示例代码** @@ -116,7 +116,7 @@ uni.onSocketError(function (res) { |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x| +|√|√|√|√|√|√| **OBJECT 参数说明:** @@ -163,7 +163,7 @@ function sendSocketMessage(msg) { |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x| +|√|√|√|√|√|√| **CALLBACK 返回参数** @@ -190,7 +190,7 @@ uni.onSocketMessage(function (res) { |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x| +|√|√|√|√|√|√| **OBJECT 参数说明** @@ -209,7 +209,7 @@ uni.onSocketMessage(function (res) { |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|√|√|√|√|x| +|√|√|√|√|√|√| ```javascript uni.connectSocket({ diff --git a/docs/api/ui/intersection-observer.md b/docs/api/ui/intersection-observer.md index ab467bb48376ac87ce8d652765bc08e59cca6c80..18e309eac05d372df8560f17a306b692f8fdd967 100644 --- a/docs/api/ui/intersection-observer.md +++ b/docs/api/ui/intersection-observer.md @@ -7,7 +7,7 @@ |5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| |:-:|:-:|:-:|:-:|:-:|:-:| -|√|HBuilderX 2.0.4+|√|x|√|x| +|√|HBuilderX 2.0.4+|√|x|√|√| **options 的可选参数为:**