Hi Experts,
I am facing the below issue in fiori regarding busy indicator.
In route matched i have written the below line to put busy indicator in detail page.
this.getView().byId("detailPage").setBusy(true);
After Odata Read request i closed the busy indicator in success and failure both.
this.getView().byId("detailPage").setBusy(false);
During debugging the busy indicator is getting loaded properly and closed after odata success/failure but while running its doesn't show up at all.
Regards,
Arpit