JCwhy
JCwhy
  • 发布:2019-01-14 22:00
  • 更新:2019-01-15 11:15
  • 阅读:1795

关于遮罩层的问题

分类:uni-app

1.怎么禁止背后的列表滚动

  1. 页面下面有tabbar的时候,遮不住tabBar
2019-01-14 22:00 负责人:无 分享
已邀请:
DCloud_UNI_GSQ

DCloud_UNI_GSQ

  1. 如果想阻止弹出层的滚动,可以在遮罩层监听touchmove事件同时阻止事件冒泡和默认行为: <view class="mask" @touchmove.stop.prevent="moveHandle"></view>
  2. 可以在输入框获取和失去焦点的时候使用uni.hideTabBar(https://uniapp.dcloud.io/api/ui/tabbar?id=hidetabbar)、uni.showTabBar(https://uniapp.dcloud.io/api/ui/tabbar?id=showtabbar)控制 TabBar 的显示状态。

该问题目前已经被锁定, 无法添加新回复