cancel
Showing results for 
Search instead for 
Did you mean: 

splitapp - issues

Former Member
0 Kudos

splitapp - how to hide master when I click on the event in master, I am rendering information in the detail page.

I am using all the different modes like popup, hide mode or showhide mode, but the master is not hiding after rendering details in the detail page.

should we do it explicitly?

View Entire Topic
kedarT
Active Contributor
0 Kudos

Hi Suhaas,

How about using hideMaster on your splitapp, more info - SAPUI5 SDK - Demo Kit

Hope this helps

Former Member
0 Kudos

Hi Tingikar,

I am using the below code as per your suggestion, its working perfectly in Win7 Desktop -> Chrome Browser for normal URL.


splitapp.setMode(sap.m.SplitAppMode.HideMode)

splitapp.hideMaster();


but, this is not working for fakeOS mode in the URL, when I am testing in Mobile as well as in Win 7 -> Chrome with fakeOS = android.


sap-ui-xx-fakeOS=android.