Is progressCordova supported for android?

I was trying to use http://ngcordova.com/docs/plugins/progressIndicator/ $progressCordova on android device but it is not showing up .

I am using $cordovaProgress.showText(false, 100000, "Loading") but it is not showing up.
A little digging take me to documentation area - http://paolobernasconi.com/cordova-progressIndicator/ Where it is specified that It is for iOS , So I just want to be confirmed that It is not supported for android devices .

Not too long ago I made a pull request for this:

The change still appears to exist.

Regards,

1 Like