EasyEngine/feature-requests

Support for mobile/tablet/desktop device detection

Ouverte

#33 ouverte le 17 févr. 2015

 (0 commentaire) (0 réaction) (0 personne assignée) (1 fork)auto 404
good first issue

Métriques du dépôt

Stars
 (5 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur