Thanks man, great solution
I just added the following code , Thanks to @purpletentacle
ionViewWillLeave() {
document.querySelectorAll('._gmaps_cdv_').forEach((node) => {
node.classList.remove('_gmaps_cdv_');
});
}
Thanks man, great solution
I just added the following code , Thanks to @purpletentacle
ionViewWillLeave() {
document.querySelectorAll('._gmaps_cdv_').forEach((node) => {
node.classList.remove('_gmaps_cdv_');
});
}