Hi Silvio,
How about using below code in handleNavButtonPress:
oApp = sap.ui.getCore().byId("SplitApp"); | ||||
oApp.backToPage("MasterView"); |
Where oApp is the instance of the splitapp which might have a different id.
Hope this helps.
Hi Silvio,
How about using below code in handleNavButtonPress:
oApp = sap.ui.getCore().byId("SplitApp"); | ||||
oApp.backToPage("MasterView"); |
Where oApp is the instance of the splitapp which might have a different id.
Hope this helps.