Vertical 'Side' / Pull-Down Menu

Hi there

Am trying to find the best way to go about making a ‘side’ menu that scrolls from the top of the screen?
Is there a way to extend the existing ion-side-menu directive?

What Im looking to do is a Pull-down menu, that doesn’t automatically scroll back up once the touchend event has finished - like your pull-to-refresh feature does

Any suggestions would be appreciated?

Thanks

You could start with this

And go from there.
Just note that you may find conflicts with the native pull down menus in ios and android.

Great thanks will give that a go!
Yes points on conflicts noted - thanks

A while back I’ve created https://github.com/bramus/ion-drawer-vertical which could be used for this.