cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Screen personas 3 sp8 slipstream - ui5 navigation

Tri
Participant
0 Kudos
180

Hi,

I have placed a ui5 application within a html viewer in a flavour.

This flavour is accessed via fiori launchpad.

In the app, I have navigations between views.

This works perfectly on desktop.

However, when I use the launchpad in fiori client, I can't navigate back from one view to other view.

My code is simply like this: window.history.go(-1).

If I hit back, it navigates to launchpad home page.

What could be the reason here?

Regards,

Tri

vijay_jala2
Explorer
0 Kudos

Did you resolve this? I am having similar issue.

Regards

Vj

Accepted Solutions (0)

Answers (1)

Answers (1)

Tri
Participant
0 Kudos

Hi Vijay Jala,

My logic is:

If I'm in Fiori Client --> Go back to previous page using this.getRouter().navTo

else --> use window.history.go(-1);

My case is simple.

Regards,

Tri