This is an implementation of the Mobile Detect project for Craft CMS.
Installation
- Unzip file
- Place
lj_mobiledetect
directory into yourcraft/plugins
directory - Install plugin in the Craft Control Panel under Settings > Plugins
Usage
{{ craft.lj_mobiledetect.type }}
Example output
tablet
phone
none
Example useage
{% if craft.lj_mobiledetect.type == "tablet" %}
I am a tablet
{% elseif craft.lj_mobiledetect.type == "phone" %}
I am a mobile phone
{% else %}
I am not a mobile device
{% endif %}
Get Mobile Detect
library version number
{{ craft.lj_mobiledetect.version }}
Example output
2.7.0
Tested on
- Craft 1.1