lazd/iNoBounce
Stop your iOS webapp from bouncing around when scrolling observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 47
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4821
- days_rel: n/a
- days_push: 323
- n_releases_24m: 0
Adoption not part of the score
1338 stars · 386 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A tiny dependency-free JavaScript library that prevents iOS Safari's rubber-band bounce effect in full-screen mobile webapps by selectively calling preventDefault on touchmove events. It is now largely superseded by the native CSS overscroll-behavior property.
Use cases
- stop ios webapp viewport from bouncing when scrolling
- prevent rubber band scrolling in mobile safari
- fix scroll bounce in full-screen mobile web app
- disable overscroll bounce on ios
- make inner scrollable lists work without page bounce on iphone
When to choose
- you must support older iOS browsers lacking overscroll-behavior support
- you want a zero-dependency drop-in script for legacy mobile webviews
- you need programmatic enable/disable of bounce prevention
When to avoid
- your target browsers support the CSS overscroll-behavior property - just use that instead
- you are building a native iOS app rather than a web app
- you need a maintained solution with active development
Facets
library · maturity maintenance
ui-components middleware web-development frontend mobile-development browser ios scrolling rubber-banding touch-events mobile-web overscroll javascript
3 sources
- readme: https://github.com/lazd/iNoBounce · fetched 2026-08-28 · 64e6f2810c2c
- homepage: http://blog.lazd.net/iNoBounce/ · fetched 2026-08-29 · 239a2a227abe
- registry_npm: https://registry.npmjs.org/inobounce · fetched 2026-08-29 · 6acf2d172e32
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lazd/iNoBounce | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem