I’m also interested in implementing this in my app. While I personally haven’t had a change to try it, some ways to reset the content scroll seem to have been suggested in this issue - specifically $ionicScrollDelegate
. You can probably catch the tap events using [ionic’s gestures] (http://ionicframework.com/docs/angularjs/utils/gestures/) or [Hammer.js] (http://eightmedia.github.io/hammer.js/) (suggested on the gestures page), and reset content scroll once the event triggers.
1 Like