【问题标题】:Phonegap IOS APP - The Video is thumbnail not showing upPhonegap IOS APP - 视频缩略图未显示
【发布时间】:2014-04-04 03:18:15
【问题描述】:

虽然我使用模拟器 safari 确保海报可访问并呈现,但缩略图未显示 注意:这个标签是从检查模拟器 html 复制而来的

<video controls="" class="thumb" width="100%">
                        <source src="file://localhost/Users/gharris/Library/Application Support/iPhone Simulator/7.1-64/Applications/FF02B808-B27C-4FEC-A1D1-69D07521C947/Documents/BnS/assets/c7984b8a-3630-6f51-9d38-ff00001222dd.mp4" type="video/mp4" poster="file://localhost/Users/gharris/Library/Application Support/iPhone Simulator/7.1-64/Applications/FF02B808-B27C-4FEC-A1D1-69D07521C947/Documents/BnS/assets/cd984b8a-3630-6f51-9d38-ff00001222dd.jpg" preload="auto">
</video>

【问题讨论】:

    标签: ios html cordova html5-video


    【解决方案1】:

    我在源标签中发现了问题,当我把它变成这种格式时它可以工作

    <video controls="" class="thumb" width="100%" src="file://localhost/Users/gharris/Library/Application Support/iPhone Simulator/7.1-64/Applications/FF02B808-B27C-4FEC-A1D1-69D07521C947/Documents/BnS/assets/c7984b8a-3630-6f51-9d38-ff00001222dd.mp4" type="video/mp4" poster="file://localhost/Users/gharris/Library/Application Support/iPhone Simulator/7.1-64/Applications/FF02B808-B27C-4FEC-A1D1-69D07521C947/Documents/BnS/assets/cd984b8a-3630-6f51-9d38-ff00001222dd.jpg" preload="auto">
    </video>
    

    所以只需删除这个源标签并将属性直接复制到视频标签

    【讨论】:

      猜你喜欢
      • 2012-05-23
      • 2011-07-14
      • 1970-01-01
      • 1970-01-01
      • 2011-03-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多