I went through the sources and every function related to swipe back in components/nav/nav-controller.ts just returns on the first line. I tried removing these but of course it wasn’t that simple to get it working.
Just checked the code again (much later) and it is implemented.
It still did not work right away when I put, in the App’s constructor, the following line:
this.menuController.swipeEnable(false);
swipes were still revealing the menu…
But that’s because menus have to be “enabled” for the above line to work (see the get() and swipeEnable() functions here). I’m guessing the menu is not enabled in the App’s constructor, but does seem to be enabled and everything works when you put the following, instead, in the constructor: