$ionicLoading beta 11, strange appearance

After upgrading from beta 8 to beta 11, ionicLoading looks different. It is no longer centered, width is 100% and maxwidth doesn’t work :frowning: No change to my code were made.

Any suggestions?

Make sure ionic.css ionic.bundle.min.js and ionicons kit are all from version 11. And re build your app again. If that does not solve then try inspecting the element and make sure the that your custrom CSS properties and rules are not over-riding the default ionic.css rules in a way that is causing your loading screen to misbehave. Mostly this will be the case. Try it.

It was my custom CSS interfering with Ionic.
Thank you for pointing me in the right direction.

1 Like