Hi Experts,
We are using mobile portal for our client. We incorporated few custom fiori applications on the portal. I have a scenario like I need to navigate back to the landing page of the mobile portal (not fiori launch pad.) from one of the application.
Because of some reason, the below part of the code is not working on my case on mobile portal.
window.history.go(-1);
The code bellow will take us back to the launch pad. But I want to navigate back to the fiori framework page of the mobile portal(Thats the landing page here).
sap.ushell.Container.getService("CrossApplicationNavigation").toExternal({
target:{
shellHash:"#"
}
});
DO we have any such code for the mobile portal fiori framework navigation...?
Please advise me...
Rabin D