balazscsaba2006/mobiledetect
Composer 安装命令:
composer require balazscsaba2006/mobiledetect
包简介
MobileDetect integration into Craft CMS 3.
README 文档
README
MobileDetect integration into Craft CMS 3.
Mobile Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
Requirements
This plugin requires Craft CMS 3.0.0-RC1 or later.
Install
- Install with Composer via:
composer require balazscsaba2006/mobiledetect - Navigate to
Settings -> Pluginsand click the "Install" button
Usage
Get device version:
{{ craft.mobiledetect.version('iPad') }} # 4.3 (float)
Get device type:
{{ craft.mobiledetect.type }} # mobile|tablet|none (string)
Check if device is iOS or Android:
{{ craft.mobiledetect.isiOS }} or {{ cract.mobiledetect.is('iOS') }}
{{ craft.mobiledetect.isAndroidOS }} or {{ cract.mobiledetect.is('isAndroidOS') }}
Check if device is mobile or tablet:
{{ craft.mobiledetect.isMobile }}
{{ craft.mobiledetect.isTablet }}
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2018-06-07