web-pull-to-refresh
web-pull-to-refresh copied to clipboard
does not work in mobile devices which does not support promises
trafficstars
android 4.0 devices do not support promises. It would be nice to have a fallback
Use jQuery or Angular Promise. I used angular Promise , it is working fine
@shmdhussain - Any chance of getting an example with the Angular promise?
I am having the same issue, what do i replace?? This line?
var exampleLoadingFunction = function() {
return new Promise( function( resolve, reject ) {