From IT Skills
Frameworks take care of data binding, validation, routing but libraries - do not. However JS libraries may be mixed here with frameworks.
for Mobiles[edit | edit source]
- https://github.com/hammerjs/hammer.js
- Ionic
- http://framework7.io/ Full Featured HTML Framework For Building iOS & Android Apps
300ms click[edit | edit source]
- hammer-time, fastclick, Ionic or ngTouch(obsolete)
- fastclick is good because is in npm
- hammer-time works with legal touch-action css property and may be good with Angular
html {
touch-action: manipulation;
}
optional[edit | edit source]
Subcategories
This category has the following 9 subcategories, out of 9 total.
A
D
E
J
Pages in category "JS frameworks"
The following 4 pages are in this category, out of 4 total.