8 best JavaScript mobile application development frameworks
Author: chszs, reprinted with note. Blog homepage:Http://blog.csdn.net/chszs
With the popularization of smartphones and tablets, mobile application development has become increasingly popular, and JavaScript-based mobile development frameworks have gradually become the mainstream. There is a significant difference between mobile development and desktop application development, that is, the vast majority of mobile applications are touch screen-based applications. This article recommends 8 best JavaScript mobile application development frameworks.
1) hammer. js framework
Http://eightmedia.github.io/hammer.js/
Hammer. JS is a widely used lightweight framework that provides popular touch screen events such as touch, drag, double-click, and rotation. It also supports mainstream mobile OS, such as IOS, Windows Phone, Android, and blackberry.
2) jquery UI
Http://jqueryui.com/
The jquery UI framework is suitable for developers who are familiar with the jquery library. It provides interaction, widgets, theme, and graphic sequence concepts.
To be noted, the jquery mobile framework is more suitable for mobile development.
3) pointer. js
Http://smus.com/mouse-touch-pointer/
Pointer. JS is suitable for scenarios that require both mouse and touch actions.
Note: In August 7, 2013, pointer. js was abandoned, and the next-generation framework was named pointerevents polyfill.
4) Quo. js
Http://quojs.tapquo.com/
Quo. JS is a micro JavaScript framework. It is small, modular, and object-oriented. It simplifies HTML document traversal, event processing, and Ajax interaction. Its Compressed package is small, about 5kb ~ 6 kb.
The Touch events defined by Quo. js are as follows:
5) Jo
Http://joapp.com/
Jo is a simple app framework used to develop HTML5 applications. It supports iOS, Android, BlackBerry, and Chrome OS.
6) fastclick
Https://github.com/ftlabs/fastclick
Fastclick is a simple and easy-to-use JavaScript library that eliminates the MS latency of events generated during touch screen operations. Its goal is to make users feel fast responses.
7) jquery. Pep. js
Http://pep.briangonzalez.org/
Jquery. Pep. JS is a lightweight jquery plug-in that converts any dom element into a scalable object. It supports mainstream browsers and touch-screen events and click events.
8) swipe
Http://swipejs.com/
Swipe is an agile touch-screen slider framework suitable for Image Browsing, slides, galleries and other applications.