我的问题如标题所述。
这是代码。
{
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上,它只是进入全屏模式。
答案 0 :(得分:0)
由于您使用的框架是基于HTML的,因此无法在iPhone上以全屏方式播放视频。
即使你是原生代码,我相信做你所要求的事情仍然是一个巨大的麻烦; iPhone视频播放器不适合嵌入其他内容。