[Solved] Play local video (iOS)

Hi,

I just tried your framework, it’s awesome !

But i tried to add a video on my view and it’s not working.

This is my code (very simple):

<video controls width="640" height="264">
     <source src="video/video3.mp4" type='video/mp4' />
</video>

If i test it on desktop’s browser it’s working but not on my iPad (safari mobile or building app).

I tested with a remote url like : <source src="http://video-js.zencoder.com/oceans-clip.mp4 " type='video/mp4' /> and it’s working…

Did i miss something to work with local ?

Thx,

1 Like

Oupps sorry, when i build the iOS apps it’s working !

FYI : https://github.com/driftyco/ionic/issues/1120