Qdrawer iphone no-swipe-close not working
-
I am using qDrawer as shown below
<q-drawer bordered side=“right” v-model=“showRightPanel” no-swipe-close>
no-swipe-close property is not getting applied on iOS devices and I am still able to close the drawer by swiping. This works perfectly on android though i.e. prevents drawer close on swipe.
Can someone please advise?
Thanks
-
@hpawar file a detailed issue at quasar’s GitHub repo so it can be tracked.