forum

Home / DeveloperSection / Forums / how to hide html5 player for iPad on done button click

how to hide html5 player for iPad on done button click

Anonymous User 2282 04-Jun-2013
Hi Everyone,

I am playing video in iPad it is working fine but I want that when user enter done button, player should close.
Any idea how to do this. 
I'm trying as following

<!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>

Thanks in advance. 

Updated on 05-Jun-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By