Ionic navigator on mobile browser

My app works well on desktop browser via ionic serve and after deploy the www folder. But the navigator don’t work on the mobile browser.No errors but the navigation simple don’t navigate.

 login() {
    this.navCtrl.push(FaturaPage);
  }