simple extension to detect mobile devices - requires serbanghita/Mobile-Detect
Install a module via Composer
composer require derralf/silverstripe-mobiledetect
DataObject gets extended automatically
PHP:
if $this->isMobile() ...
if $this->isTablet() ...
if $this->isPhone() ...
Templates:
<% if $isMobile %> ...
<% if $isTablet %> ...
<% if $isPhone %> ...
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem