Reputation: 2210
I'm deploying a mobile app through SAP Cloud Platform Web IDE.
This needs to be deployed to a Fiori Launchpad, but the problem is the Launchpad Header shows in the app, which is doesn't need to.
How do I disable the header when deploying a Mobile App ?
Upvotes: 1
Views: 2070
Reputation:
Please refer to https://experience.sap.com/fiori-design-web/merged-header/. With Fiori 2.0, the second header should disappear. Please specify in the manifest:
"config": { "sapFiori2Adaptation": true },
The Header in the app should be hidden by this configuration.
Upvotes: 1
Reputation: 1450
Try to run the app in a standalon or headerless modes.
https://experience.sap.com/fiori-design-web/shell-bar/#standalone-mode.
Upvotes: 1