Power Apps:用 URL 隱藏頂部導覽列

| PowerPlatform | 2 Reads

Power Apps:用 hideNavBar=true 隱藏網頁端頂部 Bar

使用瀏覽器打開 Canvas App 時,預設會顯示 Power Apps 自己的頂部導覽列。

未設定時:

預設狀態,Power Apps 頂部 Bar 顯示

如果希望畫面更接近一般 Web App,可以在 URL 後加入:

hideNavBar=true

例如:

https://apps.powerapps.com/play/e/{EnvironmentID}/a/{AppID}?hideNavBar=true

設定後,Power Apps 頂部的導覽列就會被隱藏:

如果 URL 原本已經存在其他參數,則使用 &

...?tenantId=xxx&hideNavBar=true

總結

只要記住:

hideNavBar=true

即可讓 Canvas App 在瀏覽器中顯示得更像一個獨立的 Web 應用。

This article was last edited at