EasyEngine/feature-requests

Support for mobile/tablet/desktop device detection

オープン

#33 opened on 2015/02/17

 (0 件のコメント) (0 件のリアクション) (0 人の担当者) (1 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (5 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド