Viewing 1 replies (of 1 total)
  • It is not working, but there’s a patch. Hopefully the author sees this too to make it official…

    I had to make these modifications to the code:

    mobile-smart.php, line 858:

    old: $is_mobile = $this->DetectMobileQuick() || $this->DetectIpad();

    new: $is_mobile = $this->DetectMobileQuick() || $this->DetectIpad() || $this->DetectAndroidTablet();

    And update the lib/mdetect.php file with the latest version:

    https://mobileesp.googlecode.com/svn/PHP/mdetect.php

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Mobile Smart] Android Tablet redirect trouble’ is closed to new replies.