Pages pushed multiple times to dom

Hi,

I have just realized, that pages get pushed to dom again and again.
Each time, i open the page, it gets newly added to DOM. Whe i go to another one and then to this one again, it gets appended one more time…

It’s hard, to work with selectors that way…
Is there any way, I can bypass that?

Many Thanks,
Lars

How do you navigate from page to page?

Hi,

i use the navcontroller:

this.navCtrl.push(page);

No news on that topic?