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!