search

Home  >  Q&A  >  body text

iPhone browser cannot play video - Stack Overflow

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <video controls>
      <source src="https://cdn.theguardian.tv/webM/2015/07/20/150716YesMen_synd_768k_vp8.webm"
              type="video/webm">
      您的浏览器不支持Video标签。
    </video>
</body>
</html>

The source code of the entire page is here. However, both PC and Android can be used. But iPhone cannot. I am puzzled

给我你的怀抱给我你的怀抱2740 days ago668

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑2017-06-12 09:23:15

    The entire range of iOS Safari does not support webm
    http://caniuse.com/#search=webm

    reply
    0
  • Cancelreply