-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: add progress bar #67
Comments
Sorry, can you add a description? What would the progress bar do? What's it for? |
It's like the progress bar in any web browser. When loading a url as src, it displays the progress. In Android, I think there's a Progress Bar that you can add to a ChromeView. I have successfully implemented that on Android, but I don't know about ios |
If you need a native loader / spinner I recommend https://github.com/Wizcorp/phonegap-plugin-wizSpinner |
Well, I need it to display the actual progress. I will work on it and see what I can do |
Sure, my suggestion for you is to create a progressbar.html with your JavaScript and HTML. When you app starts create a new view and load progressbar.html. (This will be very fast because, you html will be in your app on disk). Then show/hide the progress bar view when you need it. |
@duongnhatduy Any update? I think this feature can be done in HTML, therefore it is not a feature for this plugin. |
Agree, I'm just wondering if there would be onprogress callback |
I'm happy to implement this: #66 that would give you a |
Yest, that would solve my problem, thanks |
No description provided.
The text was updated successfully, but these errors were encountered: