hjl19911127 / vue-drawer-layout

A simple DrawerLayout component for Vue.js.
http://share.codehuang.com/vue-drawer-layout
MIT License
409 stars 86 forks source link

Option to swipe from bottom? #19

Closed oscargglez closed 1 year ago

oscargglez commented 5 years ago

It would be great if you could to create an option to set the swipe action from the bottom to get a drawer like maps on iOS. I taked a look to the code but for me it's a little bit complicated.

hjl19911127 commented 5 years ago

Thanks for focusing our project. The main difficulty is about how to control default scrolling and touching from bottom to above. I will estimate the idea soon.

metinjakupi commented 4 years ago

@hjl19911127 Any news about this ?

hjl19911127 commented 1 year ago

use drawer-position="bottom" @metinjakupi