Sencha Touch:如何在iPhone上全屏播放视频?

时间:2012-07-04 14:26:58

标签: youtube sencha-touch-2 fullscreen

我的问题如标题所述。

这是代码。

        {
            xtype: 'list',
            id: 'msgList',
            itemTpl: new Ext.XTemplate(  
                '<div class="video youtube"><iframe class="youtube-player" type="text/html" width="240" height="160" src="http://www.youtube.com/embed/{string}" frameborder="0"></iframe></div>'      
            ),
            store: {
                fields: ['string']
        }

当代码在Safari上运行时,它可以正常播放视频。但是当我点击视频时在iPhone上,它只是进入全屏模式。

1 个答案:

答案 0 :(得分:0)

由于您使用的框架是基于HTML的,因此无法在iPhone上以全屏方式播放视频。

即使你是原生代码,我相信做你所要求的事情仍然是一个巨大的麻烦; iPhone视频播放器不适合嵌入其他内容。