检测移动设备访问你的网站

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检测移动设备访问你的网站相关的知识,希望对你有一定的参考价值。

From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
  1. include('mobile_device_detect.php');
  2. $mobile = mobile_device_detect();
  3.  
  4. if ($mobile==true) {
  5. // Edit this URL to point to the location you'd like to redirect to
  6. header( 'Location: http://your-website.com/?theme=Your_Mobile_Theme' ) ;
  7. }

以上是关于检测移动设备访问你的网站的主要内容,如果未能解决你的问题,请参考以下文章

Spring Mobile移动端访问后台服务设备类型检测网站偏好及分辨率感知

检测移动设备上的访问[重复]

如何为我的网站检测移动设备 [重复]

检测移动设备,如果移动设备使用替代 CSS 样式表? [复制]

Paypal 在结帐时无法检测到移动设备

在响应式网站上检测对移动设备的最大视频分辨率支持