Anyone has a solution for this? It’s kind of being an issue over here.
Edit:
For me this post had the solution:
Ionic 4 rendering after navigate not working
In case the link ends up dying, the solution consists in making sure that the file core.css is correctly imported in global.css.
This line suffices @import “~@ionic/angular/css/core.css”;
In my case it was commented out.