Below code called from one of page PropertyPage:
on event subscribe gotoNotificationsPage
this.events.subscribe(‘gotoNotificationsPage’, () => {
this.navController.push(NotificationsPage);
});
This code executes and loads page NotificationsPage but after some time again page refreshes and come backs to PropertyPage
Need some help I stuk in this issue from last 2 days .