EasyEngine/feature-requests
Support for mobile/tablet/desktop device detection
Aberta
#33 aberto em 17 de fev. de 2015
good first issue
Métricas do repositório
- Stars
- (5 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
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:
- mobile
- desktop
- tablet
Just a nginx map directive which will set an environment variable.
The variable can be used for custom configs.