-
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
Loading Service #5426
Comments
@adamdbradley are you referring to $ionicLoading for v2. I was searching for either Loading Service or Spinner for v2. But they are not available yet right? |
This would be a good new feature ! |
This would be great! Simple feature, but from a UX perspective very useful! |
There's a good tutorial on how to create a custom one: http://www.joshmorony.com/how-to-create-a-custom-loading-component-in-ionic-2/ I believe it solves most needs. |
this is the initial commit - still needs work references #5426
tweak css to add a max width to the loading indicator references #5426
Hi. The current ionic-native SpinnerDialog will not be used for this service right ? It looks kinda wrong on iOS, hope it's jsut a temporary thing :) |
@thiphariel This loading service will not use the SpinnerDialog plugin. It's custom UI that uses the Ionic spinners. You will be able to use any of our spinners or custom content. Here's a sneak peek of the UI for the default spinners: |
@brandyscarney yeaap ! Thanks for the screens, looks awesome. Btw, it's for which beta ? |
@thiphariel We're planning on releasing it with beta.4! 😄 |
@brandyscarney Yihaaa :D nice nice nice ! Hope it will coming soon ! Thanks |
Very cool ! Any estimation of when this beta will be release ? |
@hlehmann @thiphariel Check out the milestones to see where we're at with each beta. 😄 We have a few issues open on beta.4 but at the very least we want to complete #5418, #6026 and this issue before releasing beta.4. |
this allows the user to push multiple loading indicators on top of each other without interfering with the page stack, as well as navigation between pages behind the loading indicator. references #5426
Woo this looks great :) |
Awesome @brandyscarney! Even better that beta.4 will already include it =] |
This is complete! It will be in the beta.4 release. Thanks everyone for the feedback! We'll have the API docs for this published soon. |
\o/ hooray ! 88% reached, great :) |
circles
by default for windowsThe text was updated successfully, but these errors were encountered: