QDrawer no-swipe-close not working on iphone
-
I am using qDrawer as shown below
<q-drawer bordered side=“right” v-model=“showRightPanel” @hide=“hideRightPanel” 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?