小程序之坑----ios弹窗滑动穿透
项目:taro3+vue3场景:页面上有浮层,手势 滑动浮层,ios会穿透,页面也会滑动,如果页面上有地图,地图也会随之拖动<viewclass="base-touch-layout":catch-move="true":animation="animationData"><viewclass="base-touch-layout-in"@touchmove="touchMove
·
项目:taro3+vue3
场景:页面上有浮层,手势 滑动浮层,ios会穿透,页面也会滑动,如果页面上有地图,地图也会随之拖动
<view
class="base-touch-layout"
:catch-move="true"
:animation="animationData">
<view
class="base-touch-layout-in"
@touchmove="touchMove" >
<slot></slot>
</view>
</view>
解决:浮层外层加 :catch-move=“true”
更多推荐



所有评论(0)