iFrame未在移动设备上加载

时间:2017-10-16 14:36:01

标签: html5 iframe

我执行了这段代码,它在PC上运行良好,但没有在android / mobile上运行

<!doctype html> <html>

   <meta http-equiv="refresh" content="10
 ;URL='url'" /> 


<iframe src="url"
sandbox="allow-forms"; style="border: 0; width:100%;
 height:100vw"></iframe>



     <script
type="text/javascript">setTimeout(function(){window.top.location="url"}
, 10000);</script>'  <script>





   window.setTimeout(function() {
     window.location.href = 'url'; }, 10000);   </script>


       </html>

I made a research but all I found talking about https security and I used https url for both.

我什么也没看到,没有内容,所以我理解ifame代码是错误的

0 个答案:

没有答案