2017-25 © Pedro Peláez
 

plugin kirby3-mobile-detect

Static Class and Page Methods for using Mobile Detect Lib

image

bnomei/kirby3-mobile-detect

Static Class and Page Methods for using Mobile Detect Lib

  • Saturday, July 28, 2018
  • by bnomei
  • Repository
  • 0 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Kirby 3 Mobile Detect

Release Downloads Build Status Coverage Status Maintainability Twitter, (*1)

Static Class and Page Methods for using Mobile Detect., (*2)

Commercial Usage


Support open source!

This plugin is free but if you use it in a commercial project please consider to sponsor me or make a donation.
If my work helped you to make some cash it seems fair to me that I might get a little reward as well, right?

Be kind. Share a little. Thanks.

‐ Bruno
 , (*3)

M O N E Y
Github sponsor Patreon Buy Me a Coffee Paypal dontation Hire me

Installation

  • unzip master.zip as folder site/plugins/kirby3-mobile-detect or
  • git submodule add https://github.com/bnomei/kirby3-mobile-detect.git site/plugins/kirby3-mobile-detect or
  • composer require bnomei/kirby3-mobile-detect
$detect = $page->detect();
// https://github.com/serbanghita/Mobile-Detect/wiki/Code-examples
$detect->is('Chrome');

$isMobile = $page->isMobile();
// or
$isMobile = Bnomei\MobileDetect::instance()->isMobile();
$isTablet = $page->isTablet();

TIP: With Bnomei\MobileDetect::instance() you have access to all detections functions., (*4)

Dependencies

Disclaimer

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create a new issue., (*5)

License

MIT, (*6)

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech., (*7)

The Versions

28/07 2018

dev-master

9999999-dev

Static Class and Page Methods for using Mobile Detect Lib

  Sources   Download

MIT

The Requires

 

by Bruno Meilick

28/07 2018

1.2.2

1.2.2.0

Static Class and Page Methods for using Mobile Detect Lib

  Sources   Download

MIT

The Requires

 

by Bruno Meilick

27/07 2018

1.2.1

1.2.1.0

Static Class and Page Methods for using Mobile Detect Lib

  Sources   Download

MIT

The Requires

 

by Bruno Meilick

25/07 2018

1.2.0

1.2.0.0

  Sources   Download

MIT

The Requires

 

by Bruno Meilick

25/07 2018

1.1.0

1.1.0.0

  Sources   Download

MIT

The Requires

 

by Bruno Meilick