When I show my video component I only get a black screen. When I use my browser and "inspect" element it has this css class applied: x-hidden-display
If I take off class "x-hidden-display" from the video tag, everything works perfectly. Does anyone know what I need to set in the config options so that sencha touch does not apply this css class? Thanks in advance.
I figured it out. Apparently the poster config option is not optional, because there is not way to get the video to play without it. I should have just followed the examples I suppose, at the time I didn't want to put a poster image in front of my videos.
None the less, I hope this helps someone who might encounter the same situation.