$ionicLoading not working/visible on iOS

Hi there, I am using $ionicLoading to display a loading icon. I can see it on the emulator + web app, however on my iOS 8.3 device, it’s not visible.

Any ideas?

I have the same problem. No matter how i call it, during the rendering the ionicLoading doesn’t appears. If I call it after full DOM rendering, it appear… The problem happens just in iOS.

Any news on this? I’m having the same issue. Is this a known bug?

I fixed it by adding the following css:

.loading-container {
	position: fixed;
}

I have this problem as well, tried the css fix with no luck.

Still not working with ionic 1.1 but moving to $cordovaSpinnerDialog works.

http://ngcordova.com/docs/plugins/spinnerDialog/