Hi Daniel,
console.log("tile press");
// this.router.navTo("main");
sap.ui.getCore().byId("app").setVisible(false);
sap.ui.getCore().byId("splitapp").setVisible(true);
}
In the above code it is throwing error as navTo is undefined.
If i comment this.router.navTo("main");
then it is working fine.
Regards,
Shekar