Max Lynch
049aabc706
fix(scrollView): pull to refresh spin back. Fixes #774
2014-03-18 15:57:13 -05:00
Andy Joslin
9ff7a09af5
refact(ion-refresher-content): only make icon spin
2014-03-11 16:51:28 -06:00
Andy Joslin
573df56db4
feat(ionRefresher): allow custom text & icons
...
Closes #760
BREAKING CHANGE: on-refresh and on-refresh-opening are no longer on the
ion-content directive. They are on the ion-refresher. In addition,
on-refresh-opening has been renamed to on-pulling.
Change your code from this:
```html
<ion-content on-refresh="onRefresh()"
on-refresh-opening="onRefreshOpening()">
<ion-refresher></ion-refresher>
</ion-content>
```
To this:
```html
<ion-content>
<ion-refresher on-refresh="onRefresh()"
on-pulling="onRefreshOpening()">
</ion-refresher>
</ion-content>
```
2014-03-11 16:40:12 -06:00
Adam Bradley
9c5772f3c3
fix(footer): Show footers within tab content, closes #728
2014-03-09 22:29:04 -05:00
Adam Bradley
8ef8227373
group link resets and scafolding css
2014-03-03 13:58:59 -06:00
Adam Bradley
22827b06ec
remove translateZ from scroll, instead rely on translate3d from the inline style
2014-03-03 13:33:33 -06:00
flmu
788df5243d
fix(ionContent): Update scss for ion-infinite-scroll element
2014-02-25 16:13:26 +01:00
Adam Bradley
61aaacbcd8
remove -webkit-backface-visibility from .scroll, no scroll-bar transition grade-b/c
2014-02-24 21:40:29 -06:00
Adam Bradley
1028946616
fix(text-rendering): Disable text-rendering:optimizeLegibility for low end devices
2014-02-24 13:42:33 -06:00
Adam Bradley
9e74608c36
no border-radius scrollbar on grade-b/c, csscomb scaffolding.scss
2014-02-24 09:39:44 -06:00
Adam Bradley
805c35c1f1
feat(scrollbar): Do not use rgba background for scrollbar on grade-b and c devices
2014-02-23 21:26:15 -06:00
Adam Bradley
01a10d3891
combine position: absolute; in .pane, .view
2014-02-20 16:49:04 -06:00
Adam Bradley
e199aa8b7a
cursor: pointer only for links w/ href
2014-02-20 13:55:16 -06:00
Adam Bradley
72209f9e6e
translate3d updates for .view, .bar, .tabs
2014-02-19 10:09:23 -06:00
Adam Bradley
5b1e70831e
Remove background-color from .pane, .view
2014-02-19 09:21:49 -06:00
Adam Bradley
a6a290614e
a:hover cursor
2014-02-11 17:13:22 -06:00
Andy Joslin
79387a4e4a
fix(refresher): make refresher css not create gap at end of list
2014-02-11 14:29:24 -05:00
Adam Bradley
de50ada209
add .content class for non content directive html, closes #568
2014-02-10 14:09:46 -06:00
Andy Joslin
a4bcbe5334
chore(travis): tpyo fix missing end quote
2014-02-06 11:12:29 -05:00
Andy Joslin
d2f9e94bcd
fix(scroll-view): make it take up only 100% height
2014-02-05 16:10:01 -05:00
Max Lynch
453dc414d7
Fixed #456 - Android side menu rendering issue
2014-01-24 12:51:06 -06:00
Adam Bradley
41a7b45f0e
remove flicker before back view transition
2014-01-13 22:53:51 -06:00
Max Lynch
fc890ea1c5
Removed unused .content for #355
2014-01-13 12:27:53 -06:00
Mathieu
197349e77d
Bind infinite scroll
2013-12-28 11:50:08 +08:00
Mathieu
29c0fc0c04
Add infinite scroll CSS
2013-12-28 10:38:15 +08:00
Max Lynch
0820277222
Added touch callout none to body
2013-12-19 15:57:20 -06:00
Adam Bradley
aae39e64f5
z-index variables
2013-12-12 11:35:31 -06:00
Adam Bradley
54c1b1424a
remove white-space: nowrap from .scroll
2013-12-12 11:13:24 -06:00
Max Lynch
7044398471
Scrollbars auto fade out - #317
2013-12-12 10:51:47 -06:00
Adam Bradley
574b17922e
remove white-space: nowrap from .scroll, closes #298
2013-12-12 09:21:47 -06:00
Max Lynch
098020e511
Fixed #315 - scroll size waiting
2013-12-11 17:07:10 -06:00
Max Lynch
3a801ac955
Fixed #311 - scrollbars for scroll view
2013-12-11 16:15:55 -06:00
Max Lynch
52343d1b88
Added way to disable content dragging on side menu
2013-12-10 19:56:50 -06:00
Max Lynch
2c71e760f7
Fixed #291 - custom refresher content
2013-12-07 20:05:18 -06:00
Max Lynch
eb8dbeb0fe
include scroll event interval fix
2013-12-06 17:38:42 -06:00
Max Lynch
faf6ed7c61
Added beginning of scroll area
2013-12-06 15:41:52 -06:00
Max Lynch
6f7b9fdf80
Removed -webkit-perspective as it was causing blur
2013-12-05 19:28:03 -06:00
Max Lynch
4f61e91d2b
Fixed #228
2013-12-03 19:50:27 -06:00
Max Lynch
8ac0bafcee
Merged new scroll stuff
2013-12-03 19:06:26 -06:00
Max Lynch
2c4e363638
Refresh spin keyframes
2013-12-03 19:03:30 -06:00
Max Lynch
f3bf2c1348
Lots of solidification
2013-12-03 18:41:44 -06:00
Max Lynch
4155da065c
Scroll improvements
2013-12-03 17:56:35 -06:00
Max Lynch
e336e4dc54
More removal of flexbox vert
2013-12-03 15:16:01 -06:00
Max Lynch
d030e3317d
Getting rid of flexbox changes
2013-12-03 13:28:27 -06:00
Max Lynch
fb5fd99680
Pull to refresh
2013-12-02 17:23:31 -06:00
Max Lynch
3f4fac80b7
Making some progress
2013-12-02 15:34:58 -06:00
Max Lynch
a5c83525f0
Flexbox tweaks
2013-11-29 08:50:17 -06:00
Adam Bradley
343c0b647b
added webkit-backface-visibility: hidden
2013-11-28 21:12:05 -06:00
Max Lynch
194bc67b75
Removed unnecessary abs positioning and subheader top
2013-11-28 11:59:01 -06:00
Max Lynch
3ea744c95a
Moving to flexbox for vertical components
2013-11-28 11:30:11 -06:00