Loading animation needed
See original GitHub issueI’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?
<bountysource-plugin> --- 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). </bountysource-plugin>Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
Understanding loading animations — types and applications
Loading animation is to inform users about the wait time, reason and expectation on the status of ongoing processes, such as loading a ......
Read more >Everything you need to know about Loading Animations
A brief history of loading animations. ... For such type of feedback, designers use progress bars, loading indicators, preloaders or spinners.
Read more >CSS Loading Animations: How to Make Them + 15 Examples
There are many different tools that can build loading animations. However, one of the most practical ones is CSS.
Read more >Using loading animation on websites and apps - UX Planet
One way to do that is by adding an eye-catching loading animation or loading gif to the site to keep the users entertained...
Read more >loading.io - Your SVG + GIF + PNG Ajax Loading Icons and ...
Animation. Made Easy. ; More than Preloaders. Animate what you need. Text, Patterns, or Backgrounds. ; We make icons, You animate. all icons...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This would be a nice feature. Let me look into it and see what I can do.
Following…