I don't think you can just pass Id string of the View, I think you have to pass the object reference.
e.g.
Press : function() {
app.to(sap.ui.getCore().byId("View2")); // when tapped, it triggers drilldown to page 2
}
I don't think you can just pass Id string of the View, I think you have to pass the object reference.
e.g.
Press : function() {
app.to(sap.ui.getCore().byId("View2")); // when tapped, it triggers drilldown to page 2
}