varletjs / varlet

A mobile component library based on Vue3, Material Design 2, Material Design 3, and supports desktop development.
https://varlet.pages.dev
MIT License
4.81k stars 602 forks source link

fix(cell): disable tap highlights on iOS #1646

Closed CharleeWa closed 1 month ago

CharleeWa commented 1 month ago

Issues

close #1645

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
varlet ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2024 7:22am
vercel[bot] commented 1 month ago

@CharleeWa is attempting to deploy a commit to the varletjs Team on Vercel.

A member of the Team first needs to authorize it.

haoziqaq commented 1 month ago

@chouchouji 之前我们推荐用户在应用层面全局禁用 tap-highlight,现在看起来可能在各个组件内禁用会好一点儿。可以一起排查一下。

chouchouji commented 1 month ago

@chouchouji 之前我们推荐用户在应用层面全局禁用 tap-highlight,现在看起来可能在各个组件内禁用会好一点儿。可以一起排查一下。

好的,我最近整一下

CharleeWa commented 1 month ago

@chouchouji 之前我们推荐用户在应用层面全局禁用 tap-highlight,现在看起来可能在各个组件内禁用会好一点儿。可以一起排查一下。

支持!如果组件库已经完成浏览器样式的重置,可以极大减少开发者负担,就不用使用像 Normalize.css 这样第三方库了。