jakiestfu / AppScroll.js

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

Home Page:http://jakiestfu.github.io/AppScroll.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppScroll

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

About

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

http://jakiestfu.github.io/AppScroll.js/


Languages

Language:JavaScript 100.0%