How to set active a page in navController ionic 3

I pushed two page in navController and need to first page .
but not want to push.
I want to enable the page that is there.

It is enabled. That’s actually a common source of bugs and bad performance. People think the page stops when you can’t see it, and it doesn’t.

Use navCtrl.pop() to remove the second page.