Hello i need help. We developed an app and the customer wants to trigger a page when receiving a push. The push is sent correctly and received in devices. But the action to open the app and retrieve the message is not working. On page Show we have this
localStorage.activePushMessage.fecha=new Date();
localStorage.activePushMessage.leido=false;
localStorage.activePushMessage.contenido=data.message;
Apperyio.navigateTo("PushHandler");
The problem it's that is not navigating to the page