cgross / angular-busy

Show busy/loading indicators on any element during $http requests (or any promise).
http://cgross.github.io/angular-busy/demo
MIT License
1.44k stars 256 forks source link

Loading Bar slow to disappear on Mobile #60

Open mpaul31 opened 9 years ago

mpaul31 commented 9 years ago

have you noticed any issues with the default loading bar taking too long to disappear (min duration 0) on a mobile phone (iPhone)?

i have a page that makes a few web calls and all the data is loaded but the loading bar hangs for a few seconds before disappearing.

thanks!