cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding the master List

Fehmina
Advisor
Advisor
0 Kudos

Hi All,

I am using splitApp to create master/Detail view.

I want to always show hide master List and show the hamburger icon. Even on desktop.

How to achieve this?

regards

FEhmina.

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

You can try setting the mode of the split app

https://sapui5.hana.ondemand.com/sdk/#/api/sap.m.SplitAppMode

Regards,

Jamie

Answers (2)

Answers (2)

Fehmina
Advisor
Advisor
0 Kudos

Hi ,

For anyone looking for answer. Here is what you need to do.

<SplitApp id="idAppControl" mode="HideMode"/>

and in detail/ other view

<semantic:FullscreenPage title="DetailView" showNavButton="{device>/system/phone}" navButtonPress="onNavBack">

please note if you are using showNavButton = true , it wont work. HamburgerIcon will popup only on first screen launch.

Hope this helps.

regards

Fehmina.

vedaradhya
Participant
0 Kudos

Hi Fehmina,

Instead of Master/Detail you can try with sideNavigation control

here sdk link SDK

Regards,

Vedaradhya.