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.

貢獻者指南