Browser Detection (Mobile/MSIE)

Unmaintained Browser Detection (Mobile/MSIE) 1.3.3

No permission to download
Version 1.3.3 released

Update to MobileDetect 2.8.19. New devices detected:
  • Mobile
    • Wiko
  • Tablets
    • Onda
    • Aoc
    • Leader
    • Hudl

    FAQ updated
Version 1.3.2 released
  • Addon updated with the version 2.8.11 of the MobileDetect class
  • Faq updated with the new variables of the new detected variables
  • New detected devices (or browsers):
    • #Phones
      • 'Wolfgang'
      • 'Alcatel'
      • 'Nintendo'
      • 'Amoi'
      • 'INQ'
    • #Tablets
      • 'AudioSonicTablet'
      • 'AMPETablet'
      • 'SkkTablet'
      • 'TecnoTablet'
      • 'JXDTablet'
      • 'iJoyTablet'
      • 'FX2Tablet'
      • 'XoroTablet'
      • 'ViewsonicTablet'
      • 'OdysTablet'
      • 'CaptivaTablet'
      • 'IconbitTablet'
      • 'TeclastTablet'
      • 'JaytechTablet'
      • 'BlaupunktTablet'
      • 'DigmaTablet'
      • 'EvolioTablet'
      • 'LavaTablet'
      • 'CelkonTablet'
      • 'MiTablet'
      • 'NibiruTablet'
      • 'NexoTablet'
      • 'UbislateTablet'
      • 'PocketBookTablet'
    • #Browsers
      • 'baiduboxapp'
      • 'baidubrowser'
      • 'ObigoBrowser'
      • 'NetFront'
  • Like
Reactions: Mark3121
Version 1.3.1 released
  • Main array structure modified to be sure to have all keys
    Thanks to Mouth

Reuploaded version
Version 1.3.1 released
  • Main array structure modified to be sure to have all keys
    Thanks to Mouth
Version 1.3 released
  • Mobiledetect class updated to 2.7.9 version
    • New mobile devices detected: LG, Micromax, iMobile, SimValley
    • New tablets devices detected: SurfaceTablet, HPTablet, FujitsuTablet, PrestigioTablet, LenovoTablet, IntensoTablet, IRUTablet, MegafonTablet, EbodaTablet, AllViewTablet, SonyTablet, MIDTablet, PantechTablet, BronchoTablet, VersusTablet, ZyncTablet, PositivoTablet, KoboTablet, DanewTablet, TexetTablet, TrekstorTablet, PyleAudioTablet, AdvanTablet, DanyTechTablet, GalapadTablet, MicromaxTablet, KarbonnTablet, AllFineTablet, PROSCANTablet, YONESTablet, ChangJiaTablet, GUTablet, PointOfViewTablet, OvermaxTablet, HCLTablet, DPSTablet, VistureTablet, CrestaTablet, MediatekTablet, ConcordeTablet, GoCleverTablet, ModecomTablet, VoninoTablet, ECSTablet, StorexTablet, VodafoneTablet, EssentielBTablet, RossMoorTablet, iMobileTablet, TolinoTablet, Hudl
    • New browser detected: Mercury
  • IE detection compatible with IE11

The Mobile Agent Tracer addon will be updated in a few days, so don't tell me "the new devices are not detected !", your message will be ignored. There are many phrasing work to do, mostly because of new tablets.
  • Like
Reactions: Robru
Version 1.2 released

  • Tapaltalk is now considered as a mobile - Thank you to the developers of the Php Mobile-Detect Class !
  • New phone device detected: Fly
  • New tablets devices detected: PlaystationTablet, NabiTablet, NecTablet, HuaweiTablet, bqTablet, FlyTablet, LGTablet
New variables then:
in templates
Code:
                    $visitor.getBrowser.mobile.phones.isFly

                    $visitor.getBrowser.mobile.tablets.isPlaystationTablet
                    $visitor.getBrowser.mobile.tablets.isNabiTablet
                    $visitor.getBrowser.mobile.tablets.isNecTablet
                    $visitor.getBrowser.mobile.tablets.isHuaweiTablet
                    $visitor.getBrowser.mobile.tablets.isbqTablet
                    $visitor.getBrowser.mobile.tablets.isFlyTablet
                    $visitor.getBrowser.mobile.tablets.isLGTablet

in Php
PHP:
                    $visitor->getBrowser['mobile']['phones']['isFly']

                    $visitor->getBrowser['mobile']['tablets']['isPlaystationTablet']
                    $visitor->getBrowser['mobile']['tablets']['isNabiTablet']
                    $visitor->getBrowser['mobile']['tablets']['isNecTablet']
                    $visitor->getBrowser['mobile']['tablets']['isHuaweiTablet']
                    $visitor->getBrowser['mobile']['tablets']['isbqTablet']
                    $visitor->getBrowser['mobile']['tablets']['isFlyTablet']
                    $visitor->getBrowser['mobile']['tablets']['isLGTablet']
Version 1.1 released
  • Update to mobile detect 2.5.3 version
    => new devices detected but not yet the Microsoft Surface - it seems the useragent on this tablet is the same as on Windows : see here
  • Compatible with Chris Autoinstaller addon
New detection methods available:
in PHP
PHP:
                    $visitor->getBrowser['mobile']['tablets']['isToshibaTablet']
                    $visitor->getBrowser['mobile']['tablets']['isCubeTablet']
                    $visitor->getBrowser['mobile']['tablets']['isCobyTablet']
                    $visitor->getBrowser['mobile']['tablets']['isSMiTTablet']
                    $visitor->getBrowser['mobile']['tablets']['isRockChipTablet']
                    $visitor->getBrowser['mobile']['tablets']['isTelstraTablet']
                    $visitor->getBrowser['mobile']['browser']['isDiigoBrowser']
                    $visitor->getBrowser['mobile']['browser']['isPuffin']


in Templates
Code:
                    $visitor.getBrowser.mobile.tablets.isToshibaTablet
                    $visitor.getBrowser.mobile.tablets.isCubeTablet
                    $visitor.getBrowser.mobile.tablets.isCobyTablet
                    $visitor.getBrowser.mobile.tablets.isSMiTTablet
                    $visitor.getBrowser.mobile.tablets.isRockChipTablet
                    $visitor.getBrowser.mobile.tablets.isTelstraTablet
                    $visitor.getBrowser.mobile.browser.isDiigoBrowser
                    $visitor.getBrowser.mobile.browser.isPuffin
Top Bottom