-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
feat: Infinite scroll with any kind of loading possible #3343
Comments
So how do you add a spinner to your whole content? I have an almost finished app and I don't know where to place all the js files even the html files. I am working with an app with ready made functions so I find this very tricky to fix. |
Ejay http://mcf-pme.ci/robot_strategii 24.03.2015, 11:43, "Ejay" [email protected]:So how do you add a spinner to your whole content? I have an almost finished app and I don't know where to place all the js files even the html files. I am working with an app with ready made functions so I find this very tricky to fix. —Reply to this email directly or . |
Closing this as a feature request and moving to our trello board. https://trello.com/c/o39gwMD6/96-infinite-scroll-with-any-kind-of-loading-possible |
hi any update on this ? |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Type: feat
Platform: all
Hi guys,
I was thinking about the
ion-infinite-scroll
, and I have some insights I'd to share with you.First of all, I noticed that when using
ion-infinite-scroll
withng-repeat
, the spinner appears where I put theion-infinite-scroll
directive, so may be useful to use the content of this directive to show a completely different loading, to let developers use whatever they want to use as a loading, like:Also, would be great to do not apply any CSS to
ion-infinite-scroll
, then I could for example apply aposition: absolute
and use something really different like the loaders used in gmail, foursquare and other in the kitkat, or use the awesome loaders created by I bunch of creative people like these loaders http://samherbert.net/svg-loaders/Secondly, I think would be great to setup the
ion-infinite-scroll
only in the JavaScript Land, like we do with$ionicLoading
,$actionSheet
and others.I think it would be useful to help us work with
collection-repeat
&ion-infinite-scroll
, for example:I believe (in someway) it probably help us work with
collection-repeat
because theposition
value is to determine an absolute position in the screen, so, I could use the height property, or pre-configured height to add it as the height of the last item of acollection-repeat
list, or to use it just with a absolute position and a high z-index to display it above the content ofcollection-repeat
.I think would be nice some pre-configured position values, like
top
,bottom
,center
and the ability to build my own position to do crazy stuffs.That's it. I have no idea about the implications of building something like this, but I can see it as the nirvana of ionic's infinite-scroll. I hope it helps build ionic even better :)
(I'd to hear the opinion of others developers about this)
The text was updated successfully, but these errors were encountered: