We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
要解决什么问题 官方组件大多监听了 click 点击事件,导致 iOS 环境下点击响应触发慢,而 MIP 核心在处理 on:tap 的时候有做了一套逻辑去处理这个问题,所以我觉得作为官方组件也应该将这套逻辑同步过来优化点击体验。
描述一下你理想中的解决方案 当 platform 支持 tap 时优先使用 tap,没有 tap 时 fallback 到 click
描述你的备选方案 清晰准确的描述你考虑的备选方案
补充信息 补充其他信息,如截图等
The text was updated successfully, but these errors were encountered:
No branches or pull requests
要解决什么问题
官方组件大多监听了 click 点击事件,导致 iOS 环境下点击响应触发慢,而 MIP 核心在处理 on:tap 的时候有做了一套逻辑去处理这个问题,所以我觉得作为官方组件也应该将这套逻辑同步过来优化点击体验。
描述一下你理想中的解决方案
当 platform 支持 tap 时优先使用 tap,没有 tap 时 fallback 到 click
描述你的备选方案
清晰准确的描述你考虑的备选方案
补充信息
补充其他信息,如截图等
The text was updated successfully, but these errors were encountered: