<i id='Czl2t'><tr id='Czl2t'><dt id='Czl2t'><q id='Czl2t'><span id='Czl2t'><b id='Czl2t'><form id='Czl2t'><ins id='Czl2t'></ins><ul id='Czl2t'></ul><sub id='Czl2t'></sub></form><legend id='Czl2t'></legend><bdo id='Czl2t'><pre id='Czl2t'><center id='Czl2t'></center></pre></bdo></b><th id='Czl2t'></th></span></q></dt></tr></i><div id='Czl2t'><tfoot id='Czl2t'></tfoot><dl id='Czl2t'><fieldset id='Czl2t'></fieldset></dl></div>

    <bdo id='Czl2t'></bdo><ul id='Czl2t'></ul>
  • <legend id='Czl2t'><style id='Czl2t'><dir id='Czl2t'><q id='Czl2t'></q></dir></style></legend>

    1. <small id='Czl2t'></small><noframes id='Czl2t'>

    2. <tfoot id='Czl2t'></tfoot>

        Youtube 在手机上嵌入自动播放

        Youtube embed autoplay on mobile(Youtube 在手机上嵌入自动播放)
      1. <legend id='9D13f'><style id='9D13f'><dir id='9D13f'><q id='9D13f'></q></dir></style></legend>

                  <tbody id='9D13f'></tbody>
                <i id='9D13f'><tr id='9D13f'><dt id='9D13f'><q id='9D13f'><span id='9D13f'><b id='9D13f'><form id='9D13f'><ins id='9D13f'></ins><ul id='9D13f'></ul><sub id='9D13f'></sub></form><legend id='9D13f'></legend><bdo id='9D13f'><pre id='9D13f'><center id='9D13f'></center></pre></bdo></b><th id='9D13f'></th></span></q></dt></tr></i><div id='9D13f'><tfoot id='9D13f'></tfoot><dl id='9D13f'><fieldset id='9D13f'></fieldset></dl></div>
                  <bdo id='9D13f'></bdo><ul id='9D13f'></ul>

                • <tfoot id='9D13f'></tfoot>

                  <small id='9D13f'></small><noframes id='9D13f'>

                  本文介绍了Youtube 在手机上嵌入自动播放的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我使用 React 将 iframe 与页面上的 youtube 视频设置为正确大小.一切正常,但手机无法使用自动播放选项.

                  I use React to set iframe with youtube video on page in correct size. All works well but for mobiles doesn't work autoplay option.

                  页面有什么有趣的地方,我有什么作为示例视频,效果很好.

                  What is interesting for page, what I have as example video it works perfect.

                  <iframe type="text/html"  allowTransparency="true"  height="100%" width="100%" preload="metadata" gesture="media" allow="encrypted-media" className="autoplay-iframe"
                              src={`https://www.youtube.com/embed/`+this.props.autoplay+`?autoplay=1&version=3&html5=1&hd=1&controls=0&loop=1&playlist=`+this.props.autoplay+`&playsinline=1&rel=0&showinfo=0&modestbranding=1&related=0&enablejsapi=1&origin=`+window.location.hostname} frameborder="0"></iframe>
                  

                  以上是我的 iframe 代码.我剪切了部分 iframe 代码,但样式属性中只有样式.这对于自动播放并不重要.其他页面的最终网址相同.我不确定为什么.有什么提示可以解决这个问题吗?

                  above is my iframe code. I cut some part of iframe code but there are just style in styles attribute. It isn't important for autoplay. The same finally url for other page works. I'm not sure why. Any hints how I can solve this problem?

                  提前致谢.

                  推荐答案

                  您将无法实现此功能,因为它已被有意禁用所有移动设备.原因是用户保存蜂窝数据.这篇文章.

                  You will not be able to implement this, since it is intentionally disabled to all mobile devices. The reason is for the user to save cellular data. It is also cited in this post.

                  视频自动播放不起作用的原因很简单.特点是在 iOS 和适用于移动设备的 Android.这样做的原因是为了节省移动用户的钱.此类设备(尤其是手机)经常使用收费的数据连接带宽.他们有数据限制,并且会产生费用.

                  The reason that video autoplay doesn’t work is simple. The feature is deliberately disabled in both iOS and Android for mobile devices. The reason this is done is to save mobile users money. Such devices (especially mobile phones) often use data connections that charge by bandwidth. They have data limits and going over results in a fee.

                  以下 SO 帖子也支持此声明.

                  This statement was also supported with the following SO post.

                  • 在 iframe HTML5 中没有自动播放移动播放器(Android Chrome 和 Firefox)?
                  • 如何让嵌入的 youtube 视频在 iphone 上自动启动
                  • Youtube 自动播放无法在移动设备上运行带有嵌入式 HTML5 播放器

                  这篇关于Youtube 在手机上嵌入自动播放的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Pause youtube video, youtube api(暂停 youtube 视频,youtube api)
                  Youtube iframe api not triggering onYouTubeIframeAPIReady(Youtube iframe api 未触发 onYouTubeIframeAPIReady)
                  How can I stop a video with Javascript in Youtube?(如何在 Youtube 中停止使用 Javascript 的视频?)
                  Embed YouTube video - Refused to display in a frame because it set #39;X-Frame-Options#39; to #39;SAMEORIGIN#39;(嵌入 YouTube 视频 - 拒绝显示在框架中,因为它将“X-Frame-Options设置为“SAMEORIGIN)
                  How to call Greasemonkey#39;s GM_ functions from code that must run in the target page scope?(如何从必须在目标页面范围内运行的代码中调用 Greasemonkey 的 GM_ 函数?)
                  How do you mute an embedded Youtube player?(如何使嵌入式 Youtube 播放器静音?)

                    <tfoot id='zkMn7'></tfoot>
                    <i id='zkMn7'><tr id='zkMn7'><dt id='zkMn7'><q id='zkMn7'><span id='zkMn7'><b id='zkMn7'><form id='zkMn7'><ins id='zkMn7'></ins><ul id='zkMn7'></ul><sub id='zkMn7'></sub></form><legend id='zkMn7'></legend><bdo id='zkMn7'><pre id='zkMn7'><center id='zkMn7'></center></pre></bdo></b><th id='zkMn7'></th></span></q></dt></tr></i><div id='zkMn7'><tfoot id='zkMn7'></tfoot><dl id='zkMn7'><fieldset id='zkMn7'></fieldset></dl></div>
                    • <bdo id='zkMn7'></bdo><ul id='zkMn7'></ul>
                      <legend id='zkMn7'><style id='zkMn7'><dir id='zkMn7'><q id='zkMn7'></q></dir></style></legend>

                          <small id='zkMn7'></small><noframes id='zkMn7'>

                              <tbody id='zkMn7'></tbody>