mpalourdio / ng-http-loader

:dango: Smart angular HTTP interceptor - Intercepts automagically HTTP requests and shows a spinkit spinner / loader / progress bar
MIT License
352 stars 65 forks source link

Debounce delay and minDuration not working in Iphone. #129

Closed Arjun-Shinojiya closed 4 years ago

Arjun-Shinojiya commented 4 years ago

I have one page in my angular project which have multiple api calls so to avoid multiple loading in every second, I setup minDuration to "1500" and debounceDelay to "200" . It working fine in my desktop screen and in Android devices but in Iphone devices I think this attributes are not working thats why in Iphone I am facing multiple time loader hide and show issue. Please let me know if I can do anything to resolve this issue.

mpalourdio commented 4 years ago

I have no iPhone to test. Which iOS version and which browser ?

Arjun-Shinojiya commented 4 years ago

@mpalourdio IOS version 12 and in safari browser

mpalourdio commented 4 years ago

Closing as I won't provide any support for a proprietary browser.