Hi Arthur,
Just wrap the page control inside pages aggregation of an App control.
page.addContent(flexBox);
var oApp = new sap.m.App({pages:[page]});
oApp.placeAt("content");Regards,
Sai Vellanki.
Hi Arthur,
Just wrap the page control inside pages aggregation of an App control.
page.addContent(flexBox);
var oApp = new sap.m.App({pages:[page]});
oApp.placeAt("content");Regards,
Sai Vellanki.