cancel
Showing results for 
Search instead for 
Did you mean: 

How to Disable Drop down from shell Bar header ..???

Former Member

HI

I created mobile app using UI5 application in WEB IDE. when I build .apk file in HCPms and run in Android system. there is shell header bar is appearing .

I want to disable drop down function from Header bar mention below.

please help 🙂

Regards

Virendra

0 Kudos

Hi Virendra

Same requirement for me.. did you find a solution?

Regards

Mike

Accepted Solutions (0)

Answers (1)

Answers (1)

meinhardt
Explorer
0 Kudos

Hi, I managed to achieve this by calling

sap.ui.getCore().byId("shellAppTitle").setNavigationMenu();

in my component. However, this does not seem like the cleanest (or intended) solution. Also you should probably restore the initial value of the "navigationMenu" association upon exiting the component.