Added MobileDetect.php as a controller. Added the dependences in composer.jso...

Contribution Date
Technology
Contribution Project
Contribution Details

Added MobileDetect.php as a controller. Added the dependences in composer.json. Run composer install from module root will download all dependencies.
This will allow other modules to do this :

$detect = new MobileDetect; $is_mobile = $detect->isMobile();

in a module without adding the library.
Tested this patch with drupal 8.4.0. Its working fine as of now.

Contribution Author
Files count
1
Patches count
1