Dogfalo / materialize

Materialize, a CSS Framework based on Material Design
https://materializecss.com
MIT License
38.87k stars 4.74k forks source link

Sidebar is quite difficult use on Android #5820

Open juliankim opened 6 years ago

juliankim commented 6 years ago

1.0 Beta, Android Oreo, both Firefox and Chrome

It is quite hard to pull out sidebar and put it back in using sliding maneuvers. Try pulling out the sidebar and putting it back 10 times using sliding maneuver. I think the issue here is that you have to go really at the edge of the page in order to actually pull or put it back in. Also, I don't see why pulling it out half way through and letting it go doesn't actually pull out the whole sidebar and puts right back in. I see the reasoning (probably because of making accidental pulls) but at if the sidebar is at least 30% pulled, it is probably safe to assume that the users pull the sidebar. The same thing goes with putting it back. At least you can click to put it back though.

Dogfalo commented 6 years ago

Lowered the distance threshold from 50% to 20% here: 22095e50ff96650115fbdb9b0e5b0d33a6a1adf5. To make pulling in from the side easier requires a different set of changes since it requires some rework of the dragging system.