简体   繁体   中英

CSS effects are delayed in SPFx App customizer

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM