Is there any way to dynamically hide the navigation bar for an embedded app?
Our app has some menu items defined, but I’d like to hide the navigation bar until the app is connected to an external account.
I can probably hack this with some CSS and an element with a class hook, but I’d like a better approach. The navigation bar for my app currently has a class of ‘_3DHTi’ (defined by Shopify), so I don’t want to rely on this in case it changes in future releases.
I saw a reference in an earlier community message about App Bridge potentially adding support for dynamic navigation bar menu items. Is there any update on this?
Thanks!