Hi Experts,
We are implementing a Fiori-like application.
Once we navigate into a specific View, I want to put the focus into an Input Field.
The regular thing didn't work as the view is not yet visible at the time I call .focus() this on the routeMatched event.
*I don't want to do an explicit "waiting"
What event can I use, e.g. in my class extending sap.ui.core.routing.Router?
(it seems I may need something parallel to HTM "contentsReady")
Thanks
Udi