Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

<source> might not work as well as <video src> #104

Description

@neo

I figured doing the source tags like this:

<video>
  <source>
  <source>
</video>

is better than this and switch the src manually:

<video src="..." />

But it doesn't seem to work with me. It works on iOS 10 but not iOS 9, so I think it might be an issue with IIV.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions