From b061c85150bb2e6b375fb5e18ddcfbd6c6502e1d Mon Sep 17 00:00:00 2001 From: qiang Date: Mon, 16 Nov 2020 11:36:52 +0800 Subject: [PATCH] docs: popGesture --- docs/collocation/pages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/collocation/pages.md b/docs/collocation/pages.md index c7913d1312..a3ea4e08d5 100644 --- a/docs/collocation/pages.md +++ b/docs/collocation/pages.md @@ -391,7 +391,8 @@ uni-app 2.9+ 新增 leftWindow, topWindow, rightWindow 配置。用于解决宽 |titleNView|Object||导航栏 ,详见:[导航栏](/collocation/pages?id=app-titleNView)|App、H5| |subNVues|Object||原生子窗体,详见:[原生子窗体](/collocation/pages?id=app-subNVues)|App 1.9.10+| |bounce|String||页面回弹效果,设置为 "none" 时关闭效果。|App(nvue Android无页面级bounce效果,仅list、recycle-list、waterfall等滚动组件有bounce效果)| -|softinputNavBar|String|auto|iOS软键盘上完成工具栏的显示模式,设置为 "none" 时关闭工具栏。|仅ios生效| +|popGesture|String|close|侧滑返回功能,可选值:"close"(启用侧滑返回)、"none"(禁用侧滑返回)|App-iOS| +|softinputNavBar|String|auto|iOS软键盘上完成工具栏的显示模式,设置为 "none" 时关闭工具栏。|App-iOS| |softinputMode|String|adjustPan|软键盘弹出模式,支持 adjustResize、adjustPan 两种模式|App| |pullToRefresh|Object||下拉刷新|App| |scrollIndicator|String||滚动条显示策略,设置为 "none" 时不显示滚动条。|App| -- GitLab