cancel
Showing results for 
Search instead for 
Did you mean: 

How to turn off letter boxing for launch pad application?

Former Member
0 Kudos

Hi guys,

I'm developing some sapui5 applications, when I deploy the application to server and start it in the fiori launch pad, the applications all have some empty space left at both sides, it's called letter boxing design. My question is how to turn off letter boxing? I'm on sapui5 version 1.24.2 core version 1.24.1.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

sap.ui.core.UIComponent.extend("xxx.zzz.Component", {

  metadata : {

  "config" : {

  fullWidth : true

  },

Former Member
0 Kudos

Thanks, Maksim.

you save my day!

Answers (1)

Answers (1)

kedarT
Active Contributor
0 Kudos

Hi Aaron,

Do you have your application embedded in a shell?

former_member182372
Active Contributor
0 Kudos

>>and start it in the fiori launch pad