提交 15b0376a 编写于 作者: DCloud-yyl's avatar DCloud-yyl

半屏弹窗示例兼容Web端在弹窗区触摸操作与浏览器全局手势冲突的问题

上级 cbe927b2
......@@ -77,7 +77,8 @@
this.halfNode?.style?.setProperty('transform', 'translateY(' + offset.toFixed(2) + 'px)');
this.halfOffset = offset;
}
}
}
e.preventDefault();
},
onHalfTouchEnd(_ : TouchEvent) {
this.halfScreenY = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册