-
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
$ionicLoading is not showing the backdrop #1428
Comments
I suppose your syntax should look something like: this.loadingView = this.$ionicLoading.show({ |
It's still not working, do you know if there is an example using the latest beta release with backdrop? |
Hey @doorman02, that looks right. There is not an example yet, but we are working hard on a big demos site with everything in it, for both testing and examples. |
Here's a codepen: http://codepen.io/ionic/pen/3b2cf91e3c8256cc791c31e6da0f6d86/ |
Hi @ajoslin thanks for the link. I just realized that the backdrop problem only occurs when using a modal window. The backdrop is displayed behind the modal window but not above it as it used to be. Here is a codepen http://codepen.io/anon/pen/AmqLj |
@ajoslin Any thoughts on whether it would break anything to move |
@mlynch We'd then have to move loading an popup up to 12, right? Sounds reasonable to me. |
Yea, there are some tweaks we'd have to make. I'm going to look into it. |
Also bfce8e2 |
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. |
$ionicLoading is not showing the backdrop, is this correct syntax?
this.loadingView = this.$ionicLoading.show({
template: 'i class="<icon ion-loading-d" style="font-size: 32px"></i>',
animation: 'fade-in',
noBackdrop: false
});
Thanks!
The text was updated successfully, but these errors were encountered: