Andy Joslin
e5e5b911f7
collection-repeat: enable grid functionality
2014-04-24 07:32:31 -06:00
Andy Joslin
934158baf5
virtualScroll: non-full-featured version, to start testing
2014-04-23 17:52:51 -06:00
Adam Bradley
ed59a2c05e
refactor(keyboard): Add .keyboard-open css class, same as .footer-hide
2014-04-16 15:09:27 -05:00
Adam Bradley
dccf7b4182
rename .hide-footer to .footer-hide
2014-03-24 13:11:03 -05:00
Adam Bradley
7deefe1ddb
fix(back-button): Fade in/out back button instead of animating left/right, closes #624
2014-02-25 13:03:51 -06:00
Adam Bradley
2cff43de7b
mixing for .disable-user-behavior
2014-02-20 21:59:45 -06:00
Adam Bradley
591dbc3fec
changed gestures to add .disable-user-behavior instead of multiple styles
2014-02-20 21:26:10 -06:00
Andy Joslin
9327ac71c7
fix(android): when keyboard comes up, ensure input is in view
...
This requires us to set fullscreen="false" in our cordova apps.
Uses the resize event to determine when the keyboard has been shown,
then broadcasts an event from the activeElement: 'scrollChildIntoView',
which is caught by the nearest parent scrollView. The scrollView will
then see if that element is within the new device's height (since the
keyboard resizes the screen), and if not scroll it into view.
Additionally, when the keyboard resizes the screen we add a
`.hide-footer` class to the body, which will hide tabbars and footer
bars while the keyboard is opened.
For now, this is android only.
Closes #314 .
2014-02-12 09:45:35 -05:00
Adam Bradley
00f6b17b7f
toggle/checkbox tap improvements
2014-02-01 00:15:10 -06:00
Adam Bradley
628252b1cd
disable pointer-events during transitions, closes #436
2014-01-20 09:47:18 -06:00
Max Lynch
2e87fe306e
Fixed #296 - scrollview dynamic sizing
2013-12-08 20:34:32 -06:00
Max Lynch
6209e4d223
Fixed #237
...
Also see #234
2013-11-29 09:29:30 -06:00
Adam Bradley
fe61ef0e49
meh, don't really need !important here
2013-11-25 10:11:45 -06:00
Adam Bradley
fdf0c01d98
.item styles/active states
2013-11-13 16:10:37 -06:00
Adam Bradley
2007774cdd
remove primary/secondary/tertiary colours
2013-11-13 08:53:31 -06:00
Adam Bradley
b3966d87e0
colour name changes
2013-11-12 13:40:29 -06:00
Adam Bradley
8a82dbe725
speling is hard, closes #123
2013-11-12 12:35:53 -06:00
Adam Bradley
656499d755
removed "brand-" prefix from colors
2013-11-12 09:26:16 -06:00
Adam Bradley
cff2f307fb
mega color overhaul
2013-11-11 22:33:13 -06:00
Adam Bradley
27b2137a95
colors its own scss now
2013-11-08 09:06:44 -06:00
Adam Bradley
858d9172d1
scss formatting cleanup
2013-11-07 13:34:52 -06:00
Adam Bradley
e8aa4a859b
reorg scss folder, closes #92
2013-11-07 10:58:36 -06:00