suncat2000 / MobileDetectBundle

Symfony 2/3/4 bundle for detect mobile devices, manage mobile view and redirect to the mobile and tablet version.
398 stars 153 forks source link

Samsung Galaxy Note: isMobile == true #34

Closed wesleywillians closed 10 years ago

wesleywillians commented 10 years ago

Helo Folks,

I am using the bundle and I can see when I use:

$mobileDetector = $this->get('mobile_detect.mobile_detector'); if($mobileDetector->isMobile()) {

    }

The samsung galaxy note 8'' has been detected as a mobile device instead of tablet.

Do you have any idea?

Wesley

PapyDanone commented 10 years ago

check #37 , I think this is invalid.

suncat2000 commented 10 years ago

Hi Probably it's problem of mobiledetect/mobiledetectlib package Open issue in Mobile_Detect repo.