Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] ipad设备访问的时候是pc端,如何适应mobile?

[复制链接]
chinaross 发表于 2017-5-6 15:51:21 | 显示全部楼层 |阅读模式
ipad设备访问的时候是pc端,如何适应mobile?以前有朋友改过文件,不知道改的哪里!
dej.sf 发表于 2017-5-6 16:04:26 | 显示全部楼层
iPad这种大屏设备网页版体验蛮好的啊,为什么要适应移动端?
回复

使用道具 举报

民审大大 发表于 2017-5-6 16:06:56 | 显示全部楼层
source\function\function_core.php
  1.         if(dstrpos($useragent, $pad_list)) {
  2.                 return false;
  3.         }
复制代码


改成
  1.         if(dstrpos($useragent, $pad_list)) {
  2.                 $_G['mobile'] = 'ipad';
  3.                 return '2';
  4.         }
复制代码


试试
回复

使用道具 举报

 楼主| chinaross 发表于 2017-5-6 16:28:13 | 显示全部楼层
民审大大 发表于 2017-5-6 16:06
source\function\function_core.php

改成

非常感谢,解决了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-27 06:29 , Processed in 0.016577 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表