derralf/silverstripe-mobiledetect
Composer 安装命令:
composer require derralf/silverstripe-mobiledetect
包简介
Simple extension to detect mobile devices
README 文档
README
Requirements
- silverstripe/cms ^5
- mobiledetect/mobiledetectlib ^4.8
For a SilverStripe 4.3 compatible version of this module, please see the 1.x release line 1.x release line.
Installation
Install a module via Composer
composer require derralf/silverstripe-mobiledetect
DataObject gets extended automatically
Usage
PHP:
if $this->isMobile() ...
if $this->isTablet() ...
if $this->isPhone() ...
Templates:
<% if $isMobile %> ...
<% if $isTablet %> ...
<% if $isPhone %> ...
统计信息
- 总下载量: 2.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-04-05