Please describe the question in detail and share your code, configuration, and other relevant info.
I am using Ionic 8. Created one tab that works fine in the browser but is breaking on the device.
Looks like some CSS isn’t being bundled. Are you using Ionic with a framework (Angular/React/Vue)?
Hey twestrick. Thanks for the response.
I have resolved the issue.
Just replaced the import { IonicModule } from ‘@ionic/angular’ to import { IonTabs, IonTabBar, IonTabButton, IonIcon, IonFab, IonFabButton, IonBadge } from ‘@ionic/angular/standalone’