You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to render the pages on a mobile device (native android), but not inside of the web browser (chrome and safari).
I'm setting the variables nieuws, twitter and facebook to the corresponding pages imported in the ts file like so:
Am I missing something here?
I have SuperTabsModule imported in both my berichten.module.ts and in app.module.ts where in app.module.ts I set the imports to SuperTabsModule.forRoot() and in berichten.module.ts I just have SuperTabsModule imported.
The text was updated successfully, but these errors were encountered:
Hmmm apparently this console message only appears when running in development mode.
When I do ionic serve --prod, the pages are displayed and the console message is gone.
I would like to find a solution for this, but for now I'll run with --prod mode on a local machine to do tests.
Hi there,
I'm using ionic 5 and I'm trying to use the ion-super-tabs component.
The following html is what I'm using for the ion-super-tabs:
This seems to render the pages on a mobile device (native android), but not inside of the web browser (chrome and safari).
I'm setting the variables nieuws, twitter and facebook to the corresponding pages imported in the ts file like so:
The error message I'm getting in the console is as followed:
Am I missing something here?
I have SuperTabsModule imported in both my berichten.module.ts and in app.module.ts where in app.module.ts I set the imports to SuperTabsModule.forRoot() and in berichten.module.ts I just have SuperTabsModule imported.
The text was updated successfully, but these errors were encountered: