Right and left menu: problem with swipe to close ( swipe open other menu )

Hello everyone,
I have a problem with my App.

I use two menus, one left overlay and one right reveal.

When I swipe the left menu to close it, it’s all ok; but when I swipe to close the right menu, the one on the left opens.

Any ideas about how to fix this?
Now I think that it will be good to detect the “closing” event of the right menu ( to disable the left one ) and then the “closed” event ( to enable it again ). Ideas?

Could you provide a small reproduction of this in a github repo?
We can test it out and see if we need to open an issue for it.

This is it: https://github.com/DaniloPolani/bug_sidemenus_ionic

I wish it’s OK the repo.

I have the same problem.
Guess it has something to do with the [content]=“content” on both menus.
Any update on this?

I’m also have same problem, how can solve?