web-pull-to-refresh icon indicating copy to clipboard operation
web-pull-to-refresh copied to clipboard

does not work in mobile devices which does not support promises

Open patriziomunzi opened this issue 10 years ago • 3 comments
trafficstars

android 4.0 devices do not support promises. It would be nice to have a fallback

patriziomunzi avatar Jun 10 '15 14:06 patriziomunzi

Use jQuery or Angular Promise. I used angular Promise , it is working fine

shmdhussain avatar Jan 06 '16 09:01 shmdhussain

@shmdhussain - Any chance of getting an example with the Angular promise?

zilions avatar Mar 04 '16 07:03 zilions

I am having the same issue, what do i replace?? This line?

var exampleLoadingFunction = function() {
                return new Promise( function( resolve, reject ) {

clarklight avatar Aug 03 '16 04:08 clarklight