can-autoplay icon indicating copy to clipboard operation
can-autoplay copied to clipboard

The auto-play feature detection in HTMLMediaElement (<audio> or <video>).

Results 15 can-autoplay issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.6.2 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Hey! SSR complains about Blob/URL not being defined, which makes total sense. However, if a component imports this library (and never uses it during SSR) the app will still crash,...

Hi, on iOS 14.2 the canAutoPlay.video() opens a fullscreen overlay of the test with 0 seconds. Can we prevent this?

Looks like there is a missing dependency "Blob". How do I remedy? I tried installing blob from npm and importing it but it didn't work. ``` ReferenceError: Blob is not...

While using the can-autoplay demo page it shows that autoplay muted does not work on iOS 12 + Safari. However, when using a player like JWP it does autoplay muted...

From my investigation there is an issue with muted blob on Samsung native browser that never resolving the play promise. This causes the autoplay to be false when actually is...

First of all thank you for having this package available. It makes detecting autoplay way easier than I expected at first. I have successfully implemented this within my project and...

Error: Not implemented os: windows 10, windows 7 browsers: Yandex Browser(17.1.0), Opera 54.0.2952, Chrome 67.0.3396 snip: ``` .timeout,r=e.inline,a=t(),s=a.element,o=a.source,l=void 0,u=void 0,d=void 0;return s.muted=n,!0===n&&s.setAttribute("muted","muted"),!0===r& ```

There's work to have a native method to know whether we're allowed to play, so, we should use that method if it's available. Mozilla said they're going to ship it...

I used a big video asset just as a PoC. For production use, we should generate an optimized video with audio asset. Same for audio.

enhancement