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

Loading always with backdrop #837

Closed
piernik opened this issue Mar 19, 2014 · 8 comments
Closed

Loading always with backdrop #837

piernik opened this issue Mar 19, 2014 · 8 comments
Milestone

Comments

@piernik
Copy link

piernik commented Mar 19, 2014

As in topic
Here's example: http://codepen.io/piernik/pen/BDClo/

@adamdbradley adamdbradley assigned mlynch and ajoslin and unassigned mlynch Mar 19, 2014
@adamdbradley adamdbradley added this to the 1.0.0-beta.1 milestone Mar 21, 2014
@calendee
Copy link

calendee commented Apr 2, 2014

@ajoslin

This problem still exists. The showBackDrop doesn't help because the .loading class that is applied has it's own background-color.

See : http://codepen.io/calendee/pen/FHDKq

I tried just commenting out that in code, but it doesn't get applied.

@eliabruni
Copy link

Hei, any update on this? Is there any dirty hack to remove the backdrop - the app looks really buggy with it :/

@ajoslin
Copy link
Contributor

ajoslin commented Apr 30, 2014

Check out the latest version of ionic and the docs for it: http://ionicframework.com/docs/api/service/$ionicLoading

@eliabruni
Copy link

I've been trying the latest version, but no real effects
http://codepen.io/eliabruni/pen/vGBcx

On Wed, Apr 30, 2014 at 10:55 PM, Andy Joslin [email protected]:

Check out the latest version of ionic and the docs for it:
http://ionicframework.com/docs/api/service/$ionocLoading


Reply to this email directly or view it on GitHubhttps://github.com//issues/837#issuecomment-41849178
.

@ajoslin
Copy link
Contributor

ajoslin commented Apr 30, 2014

You have noBackdrop set to false, so it will show the backdrop!

Set it to true and it works :-)

@eliabruni
Copy link

Ups, 'cause I was trying back and fort, also set to true it doesnt at least
on the browsers..

On Wed, Apr 30, 2014 at 11:52 PM, Andy Joslin [email protected]:

You have noBackdrop set to false, so it will show the backdrop!

Set it to true and it works :-)


Reply to this email directly or view it on GitHubhttps://github.com//issues/837#issuecomment-41855815
.

@vamshi4001
Copy link

I was redirected here form an ionicforum post where I can't see the text but only the ionic loading icon. But i don't seem to find right solution.

For me, backdrop is working fine. but not seeing my message 'fetching images' though I give content as ' Fetching images'

Following is my code

$scope.show = function(message){
      $scope.loading = $ionicLoading.show({
          content: '<i class="ion-loading-c"></i> '+ message,
          animation: 'fade-in',
          noBackdrop: false,
          maxWidth: 200,
          showDelay: 500
      });
  }

I see only that small loading icon with dimmed screen but not my message :(

@greemwahr
Copy link

The artefact is still happening up to 1.0.0-RC1 but you can make it go away using sass. You just have to target the right class.

.loading-container .loading {
  padding: 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants