Commit Graph

97 Commits

Author SHA1 Message Date
Adam Bradley
53c171043e fix(content): scroll=false in sidemenu hides content
Closes #1485
2014-06-12 21:38:54 -05:00
M Alix
c297288342 Fixes new Chrome-35 and IE10 (touch-action)
See:

https://github.com/EightMedia/hammer.js/wiki/How-to-fix-Chrome-35--and-IE10--scrolling-(touch-action)

http://docs.webplatform.org/wiki/css/properties/touch-action
2014-05-21 02:07:53 -04:00
Andrew Joslin
46e3366498 fix(ionFooterBar): properly offset content for bar-subfooter 2014-05-20 06:11:22 -06:00
Andrew Joslin
6e149eef9b fix(sideMenu): do not let it be scrolled as part of the body 2014-05-14 16:35:39 -06:00
Adam Bradley
d74e5dbed5 use touch-action: none instead of manipulation 2014-05-09 08:41:27 -05:00
Adam Bradley
d2df69d665 overflow:hidden to html element 2014-05-07 15:47:01 -05:00
Adam Bradley
40cd6f7290 feat(touch-action): add touch-action: manipulation
IE supports `-ms-touch-action: manipulation`, and `touch-action` is
making it through the standards process.
2014-05-07 13:48:06 -05:00
Adam Bradley
64f0030b99 fix(.pane): Remove overflow:hidden from .pane,.view 2014-05-06 12:09:14 -05:00
Andy Joslin
203734d216 style(ionRefresher): add padding-top if refreshing-text or pulling-text
Fixes #1269
2014-05-05 12:46:13 -06:00
Andy Joslin
dca87e2c5f fix(.pane): make pane class have overflow: hidden
Fixes #1218
2014-04-29 10:18:32 -06:00
Adam Bradley
aac1d1773f Merge branch 'tap-refactor' 2014-04-17 15:23:58 -05:00
Max Lynch
f7b25aa9fa Fixed infinite scroll issues 2014-04-17 12:41:22 -05:00
Adam Bradley
c587dec28f android textarea .cloned-text-input fix 2014-04-17 11:31:05 -05:00
Adam Bradley
d0047cda44 refactor(tap): Refactor tap system for improved tap/click/keyboard/scroll/focus
Overhaul of the tap system so the keyboard does not cover up focused
inputs, correctly bring up the keyboard on text input focus, disabling
focus during scroll, disabling clicks after a hold then scroll,
removing 300ms delay without additional event handlers on each element,
etc. Refactored the tap/click/scroll/activator events for more
testability, along with adding more tests.
2014-04-17 08:26:25 -05:00
Andy Joslin
ad67184800 fix(refresher): get rid of flickers except on droid-4.4
Fixes #1014.
2014-04-03 11:29:08 -06:00
Oori
0a9b7c2cab overflow-scroll: fix iOS bug where relative children of scroller disappear while scrolling. resolved by forcing hardware acceleration 2014-04-03 10:23:09 +02:00
Oori
9460d9bdd4 overflow-scroll: removed duplicate css entries 2014-04-03 10:22:49 +02:00
Max Lynch
f0d339812f fix(ion-scroll): removed 100% height 2014-04-01 18:50:00 -05:00
Max Lynch
d295aee416 fix(ion-scroll): added display block 2014-04-01 18:33:23 -05:00
Andy Joslin
833a017dd0 revert(scss): more explicit, repetitive, and reliable system for statusbar
Addresses #1012
2014-04-01 14:20:22 -06:00
Andy Joslin
5c893ab81a fix(ionRefresher): do not animate pulling-text
Closes #909
2014-03-26 21:29:14 -06:00
Adam Bradley
19c491483f style(scss): each selector should have its own line 2014-03-24 17:29:00 -05:00
Adam Bradley
cb15fd73cd Merge pull request #884 from bostondv/master
Use $base-background-color variable for .view & .pane
2014-03-24 17:22:28 -05:00
Boston Dell-Vandenberg
395f7e9eda fix .pane & .view background color to use base-background-color variable 2014-03-24 17:30:38 -04:00
Andy Joslin
e94d400648 feat(content): automatically add/remove has-* classes to content
Also, do manual transclusion on items that would be 'deep' directives -
to fix a problem with transcluding & requiring parent elements.

Closes #619
2014-03-19 16:32:24 -06:00
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