You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
else if (arg == 'hide') spinnerplugin.hide(); //this line never triggered
return { loader: function() { spinnerplugin.hide(); } } //the hide method seem should be trigger at here
according to this
https://github.com/mobimentum/phonegap-plugin-loading-spinner
"Usage with jQuery Mobile"
the hide method seem not trigger