w3c/mediasession

Media time keeps messing up

Closed this issue ยท 9 comments

Could not find anywhere similar problem, but the time keeps messing up when i close/open mobile Chrome.
The problem itself is described here (https://stackoverflow.com/questions/65549393/mediapositionstate-shows-incorrect-currenttime)
And I also added a sandbox which works exactly how in my product, it shows current time incorrectly.
https://codesandbox.io/s/wizardly-wiles-87qi1?file=/src/App.js

Can anyone help me with this?

Is this repo even alive????

It seems MediaSession is not stable for web
https://developer.mozilla.org/en-US/docs/Web/API/MediaSession
Also the above link says that:
Experimental: This is an experimental technology

It seems MediaSession is not stable for web
https://developer.mozilla.org/en-US/docs/Web/API/MediaSession
Also the above link says that:
Experimental: This is an experimental technology

Hi
Can't believe it's been 1 year)))
When I created this issue probably the mdn did not state ot was experimental
So anyway thank you for update)

It seems MediaSession is not stable for web
https://developer.mozilla.org/en-US/docs/Web/API/MediaSession
Also the above link says that:
Experimental: This is an experimental technology

Hi Can't believe it's been 1 year))) When I created this issue probably the mdn did not state ot was experimental So anyway thank you for update)

I had a big headache causing can't find a way to manage position state on chrome android
After 5 hours, I just give up
And the funny thing is that you had my issue 1 year ago
I have no idea why this should be in experimental state for a long time and when we can expect stable release!

It seems MediaSession is not stable for web
https://developer.mozilla.org/en-US/docs/Web/API/MediaSession
Also the above link says that:
Experimental: This is an experimental technology

Hi Can't believe it's been 1 year))) When I created this issue probably the mdn did not state ot was experimental So anyway thank you for update)

I had a big headache causing can't find a way to manage position state on chrome android
After 5 hours, I just give up
And the funny thing is that you had my issue 1 year ago
I have no idea why this should be in experimental state for a long time and when we can expect stable release!

I created a similar issue in chrome bug report website(can't remember the name), they told me in half a year that they fixed it, but since then I couldn't find time to test it. Since you did it with no success I'll paste the link to my issue from Chrome reporter tomorrow here so you'll be able to add same comment there

It seems MediaSession is not stable for web
https://developer.mozilla.org/en-US/docs/Web/API/MediaSession
Also the above link says that:
Experimental: This is an experimental technology

Hi Can't believe it's been 1 year))) When I created this issue probably the mdn did not state ot was experimental So anyway thank you for update)

I had a big headache causing can't find a way to manage position state on chrome android
After 5 hours, I just give up
And the funny thing is that you had my issue 1 year ago
I have no idea why this should be in experimental state for a long time and when we can expect stable release!

I created a similar issue in chrome bug report website(can't remember the name), they told me in half a year that they fixed it, but since then I couldn't find time to test it. Since you did it with no success I'll paste the link to my issue from Chrome reporter tomorrow here so you'll be able to add same comment there

I'm facing the same problem.
Media session notifications are broken on Android, similarly on PC with the latest version of Chrome (104.**).

Can you share https://crbug.com issue URL so that I can ping the Chrome team?

Closing as this is a Chrome-specific bug and not an issue with the spec itself