LazyLoaded page. NavParams empty on load

Hi!
When i run navparams on a lazy loaded page navparams.data is empty ? If not lazy loaded navparams.data has data on ionViewDidEnter. How do i fix this? Set timeout?

Every example I’ve seen of using NavParams does so in the constructor, not in ionViewDidEnter().

I realized the problem is not this, every lifecycle event (including the constructor) is run two times when I open the page and the second time it is empty.

Hi;I had the same problem.
How did you fix this?