EasyEngine/feature-requests

Support for mobile/tablet/desktop device detection

Offen

#33 geöffnet am 17.02.2015

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen) (1 Fork)auto 404
good first issue

Repository-Metriken

Stars
 (5 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide