让Youtube 360​​度视频在移动设备上运行 [英] Make Youtube 360 degree Videos work on mobile

查看:143
本文介绍了让Youtube 360​​度视频在移动设备上运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近在我身边嵌入了YouTube视频360度视频。但我发现360视频无法在Android或iOS等设备的移动浏览器上运行。无论如何要在移动设备上制作360视频,或者当有人点击视频链接时,移动设备上安装的youtube应用程序是否可以打开?因为我发现360视频在本机YouTube应用程序中运行良好。

I recently embedded the youtube 360 degree videos in my side. But I found that the 360 videos don't work on mobile browsers in devices like Android or iOS. Is there anyway to make work the 360 videos on mobile or Is it possible that when someone clicks on video link, then youtube app installed in mobile opens up ? Because I found that 360 videos works really well in native youtube app.

谢谢

推荐答案

您可以将用户重定向到youtube,这将在移动设备中打开youtube原生应用或网站。

You can redirect user to youtube which will open youtube native app or website when in mobile devices.

如以下代码所示

if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) || (window.innerWidth < 640)){
     $('.video').on('click', function( e ) {
       e.preventDefault();
       window.location = "https://www.youtube.com/watch?v=0x16ngo8xfY&list=PLzSXIFcDqpiCiKXMtXtVIHnmor9uUsEhC&autoplay=1";
     });
  }

这篇关于让Youtube 360​​度视频在移动设备上运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆