App.views.main.router.navigate

Hi All,

I want to route to a new page from app.js. Below are the codes:

var notificationOpenedCallback = function (jsonData) {

const self = this;
const app = self.$f7;
app.views.main.router.navigate('/livescores/');

};

But I am getting Cannot read property ‘$f7’ of null

Kindly help

Thanks

Give this a try: this.$f7router.navigate(’/page_name/’);