I am trying to set focus on the first field of the SAPUI5 application; it works well for the first time using focus()
.
But when we come out of the app and launch the app again from the Fiori Launchpad, the first field doesn't get focused. Rather the app header on Fiori Launchpad gets highlighted with dashed borders.
Is there a way to implement consistent focus on the sap.m.input
field? Any inputs?