-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
touch事件的event对象类型有问题 #4798
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
是你提及的[h5、weapp]还是什么平台? |
\
weapp,微信模拟器里面 |
那试一试微信小程序的真机的console是不是有问题呢? 比如,我的小伙伴在模拟器上写好了音频播放器,但是在微信小程序上可能还是会碰到很多其他不一样的表现,或者bug。这种触摸事件优先以真机效果为准。 |
不用taro提供的类型是没有问题,在真机上,而且taro这个跟标准的touchevent都不一样,微信是用的标准的,这就很让人费解了 |
是说 taro 提供的类型和小程序不一致么,如果不一致可以提交 pr 来修改 |
问题描述
[问题描述:站在其它人的角度尽可能清晰地、简洁地把问题描述清楚]
MovableView的onTouchEnd的回调事件里面,event对象类型有误。
复现步骤
[复现问题的步骤]
期望行为
跟标准的事件对象属性一致
报错信息
[这里请贴上你的完整报错截图或文字]
系统信息
补充信息
[可选]
[根据你的调查研究,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered: