Hi so I have been using Ionic for about a week now, and after thoroughly inspecting the library documents, it doesn’t appear as though the button objects in the $ionicPopup class are able to register swipe gestures.
I would like to add this functionality and was wondering where I should start. I am guessing that I will have to create my own custom button object with an added field to register on swipe gestures in the app.js file. But I am unsure I will then nest my new custom button object inside of the preexisting $IonicPopup class.
A simple swipe that closes the $IonicPopup class would suffice for me.
Any advice as to how and where I should start/complete this task would be greatly appreciated.