Git Product home page Git Product logo

detect-craft's Introduction

Detect plugin for Craft CMS

Detect is a fairly complete wrapper for the Mobile_Detect library by @serbanghita.

The plugin exposes most of Mobile_Detect's methods, and can be used in your Twig:

{{ craft.detect.isMobile ? 'I am mobile.' : 'I am not mobile.' }}

...or as a PHP service:

$isMobile = craft()->detect->isMobile();

Installation

  1. Unzip
  2. Drop the /detect folder inside your /craft/plugins directory
  3. Install in the Craft CP

Methods/usage

Device detection

isMobile

Detects all mobile devices, both phones and tablets

isTablet  
isPhone

Mobile OS detection

isiOS  
isAndroidOS  
isBlackBerryOS  
isPalmOS  
isSymbianOS  
isWindowsMobileOS   
isWindowsPhoneOS  

Other methods

is(key)

Test for anything, e.g. is('iphone')

match(pattern)

Test using regular expressions

version(component)

Get the version of a component, e.g. version('iPhone')

mobileGrade

Get browser grade (e.g. "A")

getScriptVersion

Prints the MobileDetect library's version

getUserAgent  
setUserAgent(userAgent)  
getMobileHeaders  
getHttpHeaders    
setHttpHeaders(httpHeaders)  
getCfHeaders  
setCfHeaders(cfHeaders)  

Changelog

1.0 (09.21.15)

Initial release

Disclaimer

This Craft CMS plugin is free, and you can do whatever you want with it. The author takes no responsibility for any data loss or other issues resulting from the use of this plugin.

Kindly report any issues here, but please note that no promises are made regarding response time, bug fixes or feature request implementations.

Pull requests are very welcome!

detect-craft's People

Contributors

mmikkel avatar

Watchers

James Cloos avatar Webremote avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.