Skip to content
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

官方组件大多监听了 click 点击事件,导致 iOS 环境下点击响应触发慢 #485

Open
clark-t opened this issue Jan 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@clark-t
Copy link
Contributor

clark-t commented Jan 24, 2019

要解决什么问题
官方组件大多监听了 click 点击事件,导致 iOS 环境下点击响应触发慢,而 MIP 核心在处理 on:tap 的时候有做了一套逻辑去处理这个问题,所以我觉得作为官方组件也应该将这套逻辑同步过来优化点击体验。

描述一下你理想中的解决方案
当 platform 支持 tap 时优先使用 tap,没有 tap 时 fallback 到 click

描述你的备选方案
清晰准确的描述你考虑的备选方案

补充信息
补充其他信息,如截图等

@clark-t clark-t added the enhancement New feature or request label Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant