q-layout navigation state and layout-view and fullscreen ?
-
Hi …
Just a quick one, is it possible to force navigation menu state off even on a big screen, and is it possible to make a “layout-view” fullscreen (so all headers and footers disappear) ?
/BL
-
Some rough ideas: Make some logic to hide the divs with header and footer. Use this.$router or vuex (if you already have vuex). You can hide by adding “hidden” CSS class.
If you wanna hide the drawer on wide screens too then just add ‘swipe-only’ attribute to it.
Cheers.
-
@rstoenescu Perfect thanks, it all makes sense I just want to know what the basic filosofi was on these.