Ion-list with swipeable items combined with side menu

Hi,

I am trying to implement this exact list example with swipe actions on the items:

http://ionicframework.com/docs/nightly/api/directive/ionList/

However I would like to have a navigation drawer menu (side menu) that can be opened by swiping from left to right (The items swipe from right to left).

Is this possible?

I found this thread mentioning this is not possible: How can I limit swipe/drag side menus to one side

Is this still the case?

I believe this is still the case. What I’ve done is use a modal for the side I didn’t want to be swipeable instead. Works but doesn’t have the exact visual effect I wanted.