jo
jo copied to clipboard
Jo (0.5.0) is a thin (~16K) candy shell for making HTML5 apps. Jo works with: PhoneGap, Chrome, Safari, Opera, FireFox, iOS, Android, BlackBerry 10, Tizen, & Windows Phone 8+. Features include skinnab...
To reproduce the issue please do the following: 1. Open the page http://joapp.com/live/samples/test.html in Safari on iPhone with iOS6 (on iOS 4.2.1 issue was also reproduced) 2. Choose "Form widgets"...
Currently using the JS/CSS fallback scroller.
Right now it's using IcoMoon defaults, which are fine, but could use some more theme-appropriate glyphs. - UI basics: - forward, back, up, down - add / remove / delete...
joScroller had some odd behavior, at least with a horizontal scroller. If you flicked multiple times, the snapBack timer would be set multiple times so the scroller would jump after...
Well, LESS really. There are some leftover bits, some ranging back to the old Aluminum theme.
On mobile devices there's around a 300ms delay when tapping elements. This has been pretty well documented. There are some libraries that aim to solve this like [fastclick](https://github.com/ftlabs/fastclick). Jo could...
I added a parameter for the build script that takes in a path on where to copy the built files to. I also added a setOmittCols method to joTable which...