Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49076

How to know if the SideMenu was opened by drag/swiping?

$
0
0

@junerockwell wrote:

Is there a way to know in real-time if a SideMenu was opened by swiping or dragging?

There is a button that opens the SideMenu:

$scope.showRightMenu = function () {
   $ionicSideMenuDelegate.toggleRight();
};

But I can also open by swiping or dragging the content.

So is there an event listener or something that knows when the SideMenu was opened by swiping or dragging the content?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49076

Trending Articles