---
title: "how to play video in iPad web app"  
description: "how to play video in iPad web app"  
author: "Anonymous User"  
published: 2013-06-04  
updated: 2013-06-05  
canonical: https://www.mindstick.com/forum/983/how-to-play-video-in-ipad-web-app  
category: "iphone"  
tags: ["iphone"]  
reading_time: 1 minute  

---

# how to play video in iPad web app

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),\
I am playing [video](https://www.mindstick.com/articles/290133/6-necessary-preparations-you-need-before-editing-a-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 \

## Replies

### Reply by AVADHESH PATEL

Hi Alex,\
You can try as following,\
Replacing ” with " to make syntax valid.


---

Original Source: https://www.mindstick.com/forum/983/how-to-play-video-in-ipad-web-app

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
