cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HANA Launchpad Fiori App fullscreen

frederikdevinck
Explorer
0 Kudos

Hi Experts,

I did a search in the forum, to be able to show a (custom) SAPUI5 app fullscreen in the Fiori Launchpad.

This is a Fiori Launchpad that is run on SAP HANA. (not on Gateway)

The app itself works perfectly fullscreen, when it is being run outside the launchpad.

I have tried:

  • Adding the 'fullWidth' attribute in the Component.js:

Header 1

sap.ui.core.UIComponent.extend("xx.Component", {

  metadata: {

  name: "xx",

  version: "1.0",

  includes: ["css/style.css"],

  dependencies: {

  libs: ["sap.m", "sap.ui.layout"],

  components: []

  },

  rootView: {

  viewName: "xx.view.App",

  type: "XML"

  },

  config: {

  fullWidth: true

  },

  ...

  },

  init: function() {

...

  sap.ui.core.UIComponent.prototype.init.apply(this, arguments);

  // create the views based on the url/hash

  this.getRouter().initialize();

  }

});

I have also tried it through CSS, and that also works if I run the application not from the launchpad.

Any suggestions?

Many thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185414
Active Contributor
0 Kudos

Hi Fred,

In case you have carefully tried out the suggestions of Benjamin at

Then maybe Nitish Mehta can help.

BR.