pushandplay / cordova-plugin-apprate

This plugin provide the "rate this app" functionality into your Cordova/Phonegap application
Apache License 2.0
299 stars 193 forks source link

Loading animation needed #132

Open skyprimer opened 8 years ago

skyprimer commented 8 years ago

I'm testing the plugin on various devices. I detected that on slow devices like iphone 4s sometimes it takes 4-5 seconds to load the app store page. The user does not understand if he/she clicked the button.

I'm using direct click with;

onRateDialogShow: function(callback){
      callback(1); // cause immediate click on 'Rate Now' button
    },

With click i am showing a loading animation but it is not certain how many seconds to show the animation. Sometimes it takes 4 seconds sometimes 6 to load the page..

So i need a callback like when appstore page opened or closed or user returns to app page so i can end the loading animation... Can someone point me to the right direction?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/36362470-loading-animation-needed?utm_campaign=plugin&utm_content=tracker%2F1192251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1192251&utm_medium=issues&utm_source=github).
westonganger commented 8 years ago

This would be a nice feature. Let me look into it and see what I can do.

dferreira1 commented 8 years ago

Following...

skyprimer commented 8 years ago

No progress?

westonganger commented 7 years ago

PR would be welcomed for this feature.

remisture commented 7 years ago

+1

amovsesy commented 7 years ago