Burger menu won't hide despite show-navigation-icon="false" (Mobile) #730
Answered
by
simonhamp
BlazOrazem
asked this question in
Q&A
|
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? |
Answered by
simonhamp
Apr 8, 2026
Replies: 1 comment 1 reply
|
Try |
1 reply
Answer selected by
BlazOrazem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
:show-navigation-icon="false"(note the:prefix) so that Blade knows to interpret false as its scalar value