Windows-XAML / Template10

Making Windows 10 apps great again
Apache License 2.0
1.41k stars 389 forks source link

Make the HamburgerMenu open when you swipe from the left #431

Closed oadugmore closed 8 years ago

oadugmore commented 8 years ago

In an update a week or two ago, Groove Music now opens the HamburgerMenu if you swipe from the left. It's smooth too -- it follows along with your finger until you let go. I've never developed for Android but I believe this behavior is built-in to their split view control and it's really nice. Microsoft might be testing this behavior with Groove to see how people react, and then perhaps they will officially add it to SplitView? However, if they are not planning on adding it themselves, I would suggest that this be added to Template 10's HamburgerMenu. Thoughts?

lyling commented 8 years ago

It is a great feature. hope template10 will add it.

And here is one implementaion. maybe @JerryNixon consider it. https://github.com/JustinXinLiu/SwipeableSplitView

ghost commented 8 years ago

This would be great.

jp-weber commented 8 years ago

This feature would be make sense only optional because it would destroy the operation of Pivot/HubControl/Flipview.

oadugmore commented 8 years ago

Good point, it should definitely be optional.

JerryNixon commented 8 years ago

Maybe. We'll see.

JerryNixon commented 8 years ago

I added TapToOpenCloseEnabled (default = false) I added SwipeToOpenCloseEnabled (default = true)