-
Notifications
You must be signed in to change notification settings - Fork 10
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
Elapsed time is not updating #30
Comments
I was playing around with the plugin source code, and got elapsed time work. I think owner of this plugin should be able to fix it. Here is portion of code that I modified:
Please note that, duration and elapsed time need to be in ms not seconds. Media plugin return duration and elapsed time in seconds btw. |
@leochangliao Is it possible for you to share the complete code of both files you modified? |
I would suggest wait for owner's update, but here you go, hope I didn't miss any thing. replace android portion of this plugin at: now you can change and get position in:
Update both duration and elapsed when create, play and pause. No need to update position every second as some
|
@jlopez0313 @leochangliao Thank you both for the feedback/update - somehow this flew under my radar until now. I will get this updated when my schedule clears in the next week or so. |
Hi there,
All works fine, only got a problem,.. Neither elapsed time nor duration are changing in the modal window on Android, this is my code:
The text was updated successfully, but these errors were encountered: