SkillAgentSearch skills...

AppScroll.js

AppScroll is a tiny (< 100 lines) JS library that fixes the "website dragging" issue caused on iDevices

Install / Use

/learn @jakiestfu/AppScroll.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AppScroll

<img src="demo/appscroll-demo.png" height="500">

AppScroll is a tiny JS library that fixes the "website dragging" issue caused on iDevices

Usage

var scroller = new AppScroll({
	toolbar: toolbarElement,
	scroller: contentElement
});

Public Methods

on: Turns on the events

scroller.on();

off: Turns off the events

scroller.off();

Compliments

This code attempts to make your webapp's feel more "native". These other repos go well with it, too!

License

MIT, Copyright 2013 Jacob Kelley

View on GitHub
GitHub Stars250
CategoryDevelopment
Updated10mo ago
Forks25

Languages

JavaScript

Security Score

72/100

Audited on May 20, 2025

No findings