How to disable letterboxing and adjust UI5 for the widescreen?

前端 未结 5 995
礼貌的吻别
礼貌的吻别 2020-12-06 08:35

I have an UI5-based app (1.66+), which works correctly, but there are huge empty spaces on the left and right sides of the screen (aka letterboxing is on):

5条回答
  •  伪装坚强ぢ
    2020-12-06 08:57

    Static implementation via XML-template:

    
        
            
                
                    
                        
                    
                
            
        
    
    

    For dynamic implementation via JS-controller with appWidthLimited: false in sap.m.Shell, see: https://stackoverflow.com/a/55867413

提交回复
热议问题