$ionicLoading but with some way to detect taps

There are two methods that come to mind immediately for me.

  1. 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.

  2. 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!

3 Likes