
Controlbar doesn't hide on mobile safari (iPad)
Hi everyone,
I've got a problem with displaying my video's on the iPad.
I want to hide all controls, the play button and the controls at the bottom, both before the video is played and while it is playing. (I'm controling the video from a distance with javascript.)
This is my code:
<div id='containerTeun'>Loading the player ...</div>
<script type='text/javascript'>
jwplayer('containerTeun').setup({
flashplayer: 'jwplayer/player.swf',
file: 'movies/teun_02.mp4',
height: 100,
width: 180,
'image': 'imagesipad/zw_r1_c6.jpg',
'controlbar':'none',
'icons': 'false'
});
</script>
Simple, isn't it?
On all my browsers, including Safari, the controls stay hidden, except for when I vieuw my page on an iPad.
There, before the video plays, the play button and the controls at the bottom are hidden, but while it plays the controls show for the first five (or so) seconds.
I would like them to be hidden all the time!
'controlbar':'hide',
doesn't work either.
Can anybody help me with this?
Thanks,
Jopie