Ionic 4 : ionic run browser give cannot get page on refreshing the page

248 Views Asked by At

I'm getting cannot get the page on refreshing it while running ionic cordova run browser but working fine in ionic serve

  providers: [
    StatusBar,
    SplashScreen,
    Keyboard,
    HttpService,
    HTTP,
    { provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
    AndroidPermissions
  ],

i don't want to use HashLocationStrategy because of hash in url

{provide: LocationStrategy, useClass: HashLocationStrategy}
0

There are 0 best solutions below