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