# appframework **Repository Path**: mirrors_intel/appframework ## Basic Information - **Project Name**: appframework - **Description**: The definitive HTML5 mobile javascript framework - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DISCONTINUATION OF PROJECT. This project will no longer be maintained by Intel. Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates. Patches to this project are no longer accepted by Intel. In an effort to support the developer community, Intel has made this project available under the terms of the MIT X11 License. If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the community, please create your own fork of the project. # App Framework - a HTML5 targeted Javascript Framework App Framework is a UI framework targeted at HTML5 browsers. # 3.0 version The 3.0 version of App Framework removes the following 1. Query selector library - instead use jQuery* or Zepto* 2. Only supports Android* 4+, iOS* 6+, WP* 8, FF* OS and Blackberry* 10 3. No longer provides a "Touchlayer", use Fastclick (https://github.com/ftlabs/fastclick) instead. 4. Native scrolling is only used. If you need a JS scroller, use an existing one like FTScroller (https://github.com/ftlabs/ftscroller) or iScroll # License 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: 1) Karma Test Runner - https://github.com/karma-runner/karma (MIT-X11 License)