Skip to content

jakiestfu/AppScroll.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •