Hi,
we created an UI5 Application using the SplitApp. In the master we implemented the navigation through the application functions. Now I would like to hide the menu (master) by pressing a button. This is useful for displaying table-controls with many columns e.g. on a tablet.
The orientation is already landscape but still I would like to save some space to show more information. Unfortunately it seems this is not working with the current splitapp control. According to the documentation the show/hide methods only work in portrait mode. Is there any reason for this or could you (SAP) please change this?
showMaster()When in ShowHideMode and the device is in portrait mode, this function can be used to make the master page visible.