Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 725 forks source link

Swipe navigation drawer #235

Closed agnichakra closed 4 years ago

agnichakra commented 4 years ago

I think Material is the best framework I have ever used. It's true. My only requirement is can the navigation made mobile friendly. Touch swipe ie it can be pulled and pushed in the mobile? Thanks in advance. Navigation-Drawer-In-Android

sesemaya commented 4 years ago

Hi @agnichakra,

Unfortunately, this would not be part of this project as this is more of an enhaced feature rather than a more generic feature (e.g. hamburger menu). You can achieve this by using some custom JavaScript or third pary library for detecting swipes and then trigger .navdrawer('hide') or .navdrawer('show') accordingly.