Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll #9

Open
nickw opened this issue Jan 6, 2015 · 26 comments
Open

Scroll #9

nickw opened this issue Jan 6, 2015 · 26 comments

Comments

@nickw
Copy link

nickw commented Jan 6, 2015

http://ionicframework.com/docs/nightly/api/directive/ionScroll/

Not sure how necessary this is, but perhaps the <ion-infinite-scroll> directive could be worth replicating.

@nickw nickw added the component label Jan 6, 2015
@vertangelx
Copy link

Amazing work integrating ionic into Meteor!

I'm moving over to Ionic and would love to be able to use <ion-scroll> with a feature to automatically scroll to the bottom as more items get added inside <ion-scroll>.

@miri-am
Copy link

miri-am commented Jan 22, 2015

+1

1 similar comment
@markdowney
Copy link

+1

@macroramesh6
Copy link

+2

@jeangui
Copy link

jeangui commented Mar 31, 2015

+1

6 similar comments
@sprestel-github
Copy link

+1

@mrn3
Copy link

mrn3 commented Apr 3, 2015

+1

@fishdude
Copy link

fishdude commented Jun 9, 2015

+1

@mkimmet
Copy link

mkimmet commented Jun 13, 2015

+1

@phoue
Copy link

phoue commented Jul 7, 2015

+1

@rafaelcorreiapoli
Copy link

+1

@ghost
Copy link

ghost commented Aug 3, 2015

+100 :)

@timbrandin
Copy link

I guess this (being able to open and show fullscreen pictures/videos with zoom) is the reason why we want the ion-scroll: https://www.youtube.com/watch?t=168&v=UTcx-lqnzrE

@lonehacker
Copy link

+1
Any idea what it would take to implement this? I'm not new to javascript development, but I've very little idea about how meteoric works.

@timothyarmes
Copy link

  • 100 too!

@sjt-mbed
Copy link

+1.

@elie222
Copy link
Contributor

elie222 commented Oct 4, 2015

+1

@elie222
Copy link
Contributor

elie222 commented Oct 6, 2015

My issue is not being able to do a horizontal scroll on a custom div

@iwoork
Copy link

iwoork commented Nov 7, 2015

+1

1 similar comment
@lucnat
Copy link

lucnat commented Dec 24, 2015

+1

@JoeyAndres
Copy link

To those who care, ionScroll is now implemented in meteoric124@e4d51bc or jandres:ionic@0.1.42

See http://jandres-ionic.meteor.com/scroll for demo

All paremeters except onScroll/onZoom won't work. This is because I don't see iscroll having .off for events, and I don't want that kind of memory leak even though the chance of changing events is small. I have forked iscroll and have begun "gulpifying" it. It is ancient and needs massive re-engineering.

@timbrandin
Copy link

timbrandin commented Feb 8, 2016 via email

@JoeyAndres
Copy link

@timbrandin Ill push a fix. This just a single param to iscroll lib.

@timbrandin
Copy link

timbrandin commented Feb 8, 2016 via email

@JoeyAndres
Copy link

@timbrandin This is actually a feature in ionic, which is called "locking". It defaults to true. Set it to false,

{{#ionScroll direction="xy" zooming=true locking=false}}
  <img src="map.png">
{{/ionScroll}}

Again, all parameters except event parameters (onscroll, onzoom) are not implemented atm.

@JoeyAndres
Copy link

ionInfiniteScroll is now implemented in my fork in my fork. See demo here:

http://jandres-ionic.meteor.com/lists/ionInfinitescroll (I suggest go to mobile mode for a more pleasant experience).

Documentation here (it's very primitive so you have to look for it under blaze section in sidebar):
http://meteoric-doc.meteor.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests