cancel
Showing results for 
Search instead for 
Did you mean: 

Half Screen when navigating back to launchpad from fiori app and opening the app again.

Former Member
0 Kudos

Hii All,

I have a fiori app which has cancel button. On click of cancel it navigates to launchpad.

var oCrossAppNavigator = sap.ushell.Container.getService("CrossApplicationNavigation");

            if(oCrossAppNavigator !== undefined){

                    oCrossAppNavigator.toExternal({

                target: {

                    semanticObject : "#"

                }   

                });

            }

Above is the code written on the cancel event.

Now after cancelling it goes to launchpad, but when I try to open the app again the layout is moved to left.

As you see below, half of the screen is not displyed. Half of the left side part of the app screen is not visible.

Until I completely restart the launchpad with a new tab this issue keeps happening for any fiori app I try to open further.

The same happens with I try to navigate from one fiori app to another fiori app with crossAppNavigation with semanticObject.

Any pointers on what could be wrong?

Appreciate your help

Regards

-yamini

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Yamini, could you post the screenshot of your folder structure and index.html file? Regards, Viswa

Former Member
0 Kudos

Hi Viswateja,

Above is my folder structure. There is no index.html file in the fiori app, that deploed on abap system.

To run app from launchpad index.html file not required right ?

Regards,

Yamini