forum

home / developersection / forums / how to play video in ipad web app

how to play video in iPad web app

Anonymous User 2298 04-Jun-2013
Hi Expert,

I am playing video in iPad but does not get play,i am using the following code.

  <!DOCTYPE html>
  <head>
  <meta charset=”utf-8″>
  <meta name=”apple-mobile-web-app-capable” content=”yes” />
  <title>My Video</title>
  <link rel=”apple-touch-icon” href=”icon.png” />
  <style>
  body {margin:0;}
  </style>
  </head>
  <body>
  <video width=”1024″ height=”750″ controls=”true”>
  <source src=”videos/test.m4v” />
  </video>
  </body>
  </html>

Any help appreciated 


Updated on 05-Jun-2013

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By