0
I’m having trouble with the navCtrl.push
. The flow is as follows:
On the pages 1.1, 1.2 e 1.3
I can go back and forth as many times as I want but when I click the back button I need to return to page 1.
To go to the next page I use the event click
of the button like this:
(click)="quickAccess('Pagina1.1')"
And to return add navPop
to my button of navbar
.
THE MISTAKE
When I click back it’s coming back pieces by pastes from the pages 1.2, 1.2 e 1.3
Suppose I have sailed 10 times between these pastures he will return 10 times.
ATTEMPTS
I’m trying to follow the following thought when browsing for example the page 1.1
for 1.2
I must remove the 1.1
and so on, but I’m having this problem, how to do this, I’ve tried to do index
for nome da view
but none of them works.
WORTH REMEMBERING
It is important to know that there are other pages prior to PAGINA 1
the problem flow is only in this case, in the rest everything goes as expected.