video question

i am using a video view and i have a question…

i am not able to watch the video…unless it be full screen…

i am not developing a web app…it is for android, ios…and so on…

this is my easy code…

_video.elements.video = {
view:“video”,
id:“video”,
src: “media/video/trailer.webm”,
autoplay:true,
controls:true
}

any ideas?

thanks and greetings!

html5 video element supports only few formats. And Safari supports only MP4. Here are details about video tag:

w3schools.com/html/html5_video.asp