我的问题如标题所述。
这是代码。
{
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 上,当我点击视频时,它只是进入全屏模式。