GitShow/yyx990803/HTML5-Clear-v2
yyx990803

HTML5-Clear-v2

HTML5 Clear version 2

by yyx990803
Star on GitHubForkWebsitenpm

JavaScript

954 stars228 forks3 contributorsQuiet · 3y agoSince 2012

Meet the team

See all 3 on GitHub →
yyx990803
yyx99080381 contributions
hurtubise
hurtubise1 contribution

Languages

View on GitHub →
JavaScript91.2%
Less6.4%
Shell1.4%
HTML1.1%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 in progress · Last activity 3y ago
See all on GitHub →
Huxpro
fix: prevent iOS Safari global overscroll with modern CSSOpenPR

iOS Safari 11.3+ defaults touchmove listeners on document/body to passive, silently ignoring preventDefault(). This caused the native elastic overscroll to leak through despite the app's custom scroll implementation. Changes: Add overscroll-behavior: none on html/body and #wrapper to disable native overscroll bounce via CSS (supported since iOS Safari 16) Add touch-action: none on body and #wrapper to tell the browser not to handle any default touch gestures Set html to position: fixed to lock the viewport on iOS Safari Use addEventListener with { passive: false } instead of Zepto .on() for the touchmove prevention listener, ensuring preventDefault() is actually honored Add viewport-fit=cover to viewport meta for notched devices https://claude.ai/code/session_01QJx2mW2xD7CvJMQNddUTGo

Huxpro · 5mo ago
llh1187
小白求助,请问这个项目如何使用。OpenIssue

不知道怎么运行这个项目:cry:

llh1187 · 4y ago

Recent fixes

View closed PRs →
hugetiny
尤大,我正在用Vue重构Html5-ClearClosedIssue

因为是通过template模板改造 只能用$refs拿到组件实例,那么其他的js如果要用组件实例中的方法,只能吧$refs拿到的组件实例当参数传吗? $refs是单向的话调用组件实例的方法会不会改不了数据

hugetiny · 5y ago
hugetiny
offline.appcache已经过期MergedPR
hugetiny · 5y ago
hugetiny
真的没想到,我8年后会蹦出一个和尤雨溪8年前一样的想法ClosedIssue

纪念一下,clear没有云端同步。 打算做一个全平台的。

hugetiny · 5y ago
Structured data for AI agents

Repository: yyx990803/HTML5-Clear-v2. Description: HTML5 Clear version 2 Stars: 954, Forks: 228. Primary language: JavaScript. Languages: JavaScript (91.2%), Less (6.4%), Shell (1.4%), HTML (1.1%). Homepage: http://clear.evanyou.me Open PRs: 1, open issues: 1. Last activity: 3y ago. Community health: 42%. Top contributors: yyx990803, hurtubise.

·@ofershap

Replace github.com with gitshow.dev