[0.15.11] Drawer hide animation problem on mobile
-
When I refresh page or route from another layout,The drawer hide animation will be shown.
It seems not appear on 0.15.4
[https://github.com/quasarframework/quasar/pull/1144](link url) -
do you change routes?
try :
no-hide-on-route-change
on Drawerhttp://quasar-framework.org/components/layout-drawer.html#QLayoutDrawer-Vue-Properties
Cheers Max
-
Same issue here. Wasn’t here in 0.15.4. When you land on or refresh the page you can see the drawer hiding like a mouse when you turn the light on in a garage.
@Max
no-hide-on-route-change
just prevent the drawer from hiding when changing routes. But here the drawer hides at app startup. -
I think this will be fixed in 0.15.8: https://github.com/quasarframework/quasar/issues/1783
-
0.15.8 released. has this fixed.