App Framework is a UI framework targeted at HTML5 browsers.
The 3.0 version of App Framework removes the following
- Query selector library - instead use jQuery* or Zepto*
- Only supports Android* 4+, iOS* 6+, WP* 8, FF* OS and Blackberry* 10
- No longer provides a "Touchlayer", use Fastclick (https://github.com/ftlabs/fastclick) instead.
- Native scrolling is only used. If you need a JS scroller, use an existing one like FTScroller (https://github.com/ftlabs/ftscroller) or iScroll
App Framework is is licensed under the terms of the MIT License, see the included license.txt file.
App Framework uses code from the following software:
- Karma Test Runner - https://github.com/karma-runner/karma (MIT-X11 License)