My issue is that i can’t send value data from one page to another page. I was searching and I found that i had to use navParams or NavController.push…something like that, but it doesn’t work for me. I’m developing on Ionic 5
I would like to send the content of this array:
markers: any = [
{
title: "SAT Aduana de Lázaro Cárdenas ",
latitude: "17.982166 ",
longitude: "-102.179184"
},
{
title: "Aduana de Acapulco",
latitude: "16.848811",
longitude: "-99.905043"
},
{
title: "Aduana de Manzanillo",
latitude: "19.075488",
longitude: "-104.285516"
}
];
to another page, and then use it.
I hope someone can help me.
1 post - 1 participant