There are two methods that come to mind immediately for me.
- 
You can just use a modal that you customize the CSS on to mimic the look of the loading, or change it to how you want and this will give you full gesture control. 
- 
You can edit the $ionicLoading provider source to allow something like this. 
Found this that might also guide you in the right direction.
Good luck!