In our app we would like the headr and footer bar to disappear after a couple of second. In the controller we set a $rootScope.specialclass = ‘chrome_invisble’. Via css we hide the bars.
What would be the best strategy to show them again($rootScope.specialclass = ‘’) from the moment a user touches the screen ? Bind to touchmove ? Or is there any functionality inside the ion-header-bar and footer-bar to accomplish this ?
Thanks !
Jeroen