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
I am using ionic2-super-tabs v4.3.1. I have 3 tabs which is used inside a component (It is not for main navigation. Using as a segmented control). I have set a component as the Root.
For the first time page load, tab 0 is selected by default. Content of this tab is visible. When selecting the 2nd tab, the contents become empty. Also, when selecting the 1st tab again, it's content also become empty.
Issue is started to happen suddenly only on iOS v14.5 upwards. All other iOS versions and Android no issue.
Child page module
import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular';
import { ChartPage2 } from './chart2';
@NgModule({
declarations: [
ChartPage2,
],
providers: [],
imports: [
IonicPageModule.forChild(ChartPage2),
],
})
export class ChartPageModule {}
I am using ionic2-super-tabs v4.3.1. I have 3 tabs which is used inside a component (It is not for main navigation. Using as a segmented control). I have set a component as the Root.
For the first time page load, tab 0 is selected by default. Content of this tab is visible. When selecting the 2nd tab, the contents become empty. Also, when selecting the 1st tab again, it's content also become empty.
Issue is started to happen suddenly only on iOS v14.5 upwards. All other iOS versions and Android no issue.
Child page module
Child page
Child page html
Anyone else facing similar kind of issue? Please share with me if anyone manage to fix this issue
The text was updated successfully, but these errors were encountered: