# lazd/iNoBounce

Stop your iOS webapp from bouncing around when scrolling

Repository: https://github.com/lazd/iNoBounce
Canonical: https://ross.abutalabs.com/products/inobounce
Homepage: http://blog.lazd.net/iNoBounce/
Language: JavaScript
License: BSD-2-Clause
License Family: permissive
Archived: true
Last push: 2025-10-14T20:15:30+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 47, release rhythm 8, longevity 100
- inputs: {"age_days": 4821, "days_push": 323, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1338, forks 386 (observed 2026-08-28T04:04:25.764775+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: ui-components, middleware
- domain: web-development, frontend, mobile-development
- platform: browser
- tags: ios, scrolling, rubber-banding, touch-events, mobile-web, overscroll, javascript

## Member repositories
- lazd/iNoBounce (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:25.764775+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:44:00.043510+00:00, confidence not recorded.
  - readme: https://github.com/lazd/iNoBounce (fetched 2026-08-28T04:04:25.764775+00:00, sha 64e6f2810c2c)
  - homepage: http://blog.lazd.net/iNoBounce/ (fetched 2026-08-29T12:03:27.016499+00:00, sha 239a2a227abe)
  - registry_npm: https://registry.npmjs.org/inobounce (fetched 2026-08-29T12:03:27.025504+00:00, sha 6acf2d172e32)
- Data as of 2026-08-30T08:39:29.467469+00:00.
