Integrate views
// display the marketplace view without header, but with side menu
…/ui/marketplace?hideappbar=true
// display the installed apps view without header, but with side menu
…/ui?hideappbar=true// display the marketplace view without side menu, but with header
…/ui/marketplace?hidedrawer=true
// display the installed apps view without side menu, but with header
…/ui?hidedrawer=true// display the marketplace view without side menu and header
…/ui/marketplace?hideappbar=true&hidedrawer=true
// display the installed apps view without side menu and header
…/ui?hideappbar=true&hidedrawer=trueLast updated
Was this helpful?