小程序
小游戏
企业微信
微信支付
扫描小程序码分享
在手机上测试,cover-view不相应touchstart和touchmove事件,手机型号红米4
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我用canvas 上面放一个 cover-view 然后 canvas 的 触摸事件就完蛋了,
现在我的办法是 在canvas上 直接绘制。。。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
请问解决了么,求解
相同问题,求解决。
遇到相同的问题,求解决一波
需要在手机上测试,模拟器上正常的
<cover-view class="chat">
<cover-view class="chat-items" style="top:{{chatViewTop}}px" bindtouchstart="onChatTouchStart" bindtouchmove="onChatTouchMove">
<cover-view class="chat-item" wx:for="{{chats}}" wx:key="index">
<cover-view class="chat-name-text">{{util.formatNickName(item.name)}}</cover-view>
<cover-view class="chat-content-text">{{item.content}}</cover-view>
</cover-view>
在模拟器里显示 cover-view不支持 bindtouchstart事件
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我用canvas 上面放一个 cover-view 然后 canvas 的 触摸事件就完蛋了,
现在我的办法是 在canvas上 直接绘制。。。
请问解决了么,求解
相同问题,求解决。
遇到相同的问题,求解决一波
需要在手机上测试,模拟器上正常的
<cover-view class="chat">
<cover-view class="chat-items" style="top:{{chatViewTop}}px" bindtouchstart="onChatTouchStart" bindtouchmove="onChatTouchMove">
<cover-view class="chat-item" wx:for="{{chats}}" wx:key="index">
<cover-view class="chat-name-text">{{util.formatNickName(item.name)}}</cover-view>
<cover-view class="chat-content-text">{{item.content}}</cover-view>
</cover-view>
</cover-view>
</cover-view>
在模拟器里显示 cover-view不支持 bindtouchstart事件