Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49215

Page flickering when changing page from sidemenu

$
0
0

@pefe wrote:

//app-routing.module.ts

  {
    path: '',
    loadChildren: './views/full/full.module#FullPageModule',
    canActivateChild: [AuthGuardService]
  },

//full.module.ts


  {
    path: '',
    redirectTo: 'home',
    pathMatch: 'full'
  },
  {
    path: 'home',
    component: FullPage,
    loadChildren: './home/home.module#HomePageModule'
  },
  {
    path: 'invoice',
    component: FullPage,
    loadChildren: './invoice/invoice.module#InvoicePageModule'
  },
  {
    path: 'client',
    component: FullPage,
    loadChildren: './client/client.module#ClientPageModule'
  },

when changing tabs, i am experiencing flickering of the whole page, rather than just loading the child page, i am not experiencing when using angular, just here in ionic.

i have 2 ion-router-outlet, one has main attribute

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49215

Trending Articles