Android hardware back button in ionic

Hmmm, did you import the NavController component from ionic-angular?

import { NavController } from 'ionic-angular';

If that was not the issue, could you describe it in more detail or paste a code snippet?

PS: the official documentation regarding navigation and the navController is pretty awesome too: https://ionicframework.com/docs/v2/api/navigation/NavController/. You should check it out :slight_smile: