I am developing a hybrid application using cordova. I have added ionic loading indicator for one activity. But I have observed that ionic loading indicator stops spinning when the code execution enters in a file which is a pure javascript file.
If you have any solution to make it spin while the code execution is in the pure Javascript file please let me know.
Any suggestions will be appreciated. Thank you in advance.