0

I'm trying to hide the SharePoint App Bar using SPFx app customizer but while loading the page app bar first loads then is hidden.

How can I make the app bar not to load at the first place? Thanks.

explorer
  • 21
  • 7

1 Answers1

0

You cannot make your application customizer load before sharepoint.

But if you want to hide App Bar, you don't need App Customizer or SPFx. There is a command to disable it (temporarily)

Set-SPOTemporarilyDisableAppBar $true

Nikolay
  • 10,752
  • 2
  • 23
  • 51