EasyEngine/feature-requests

Support for mobile/tablet/desktop device detection

开放

#33 创建于 2015年2月17日

 (0 条评论) (0 个反应) (0 位负责人) (1 个派生)auto 404
good first issue

仓库指标

星标
 (5 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

We recommend using responsive themes all the time but there are cases when people are running legacy codes and need mobile device support.

EE will just init a variable say ee_device with values:

  1. mobile
  2. desktop
  3. tablet

Just a nginx map directive which will set an environment variable.

The variable can be used for custom configs.

贡献者指南