Home

Awesome

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