Burger menu won't hide despite show-navigation-icon="false" (Mobile) #730
-
|
I am unable to hide the burger menu icon in NativePHP mobile. Despite setting show-navigation-icon="false", the icon remains visible. I do not have a native:side-nav component defined in my layout file either.
Is this a known bug, or is there another attribute required to force-hide the navigation icon since I do not need it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Try |
Beta Was this translation helpful? Give feedback.
Try
:show-navigation-icon="false"(note the:prefix) so that Blade knows to interpret false as its scalar value