Hi everyone,
I’ve recently upgraded my app to Angular 19 and Ionic 8, and I’ve run into a strange issue with the LoadingController.
Whenever I present a loader, it shows up fine, but after dismissing the loader, the inert property is not being removed from my <ion-router-outlet>. Because of this, the entire app UI becomes stuck and unresponsive — even though there are no visible errors in the console.
Here’s the behavior I’m seeing:
-
Loader is presented → works fine.
-
Loader is dismissed → spinner disappears, but the router outlet remains with the
inertattribute. -
Since
inertstays, clicks and navigation stop working completely.
Any one else is getting same issue ?
1 post - 1 participant





