Title: [Plugin: Mobile Smart] Android Tablet redirect trouble
Last modified: August 20, 2016

---

# [Plugin: Mobile Smart] Android Tablet redirect trouble

 *  Resolved [Ducky](https://wordpress.org/support/users/archaicsoftware/)
 * (@archaicsoftware)
 * [14 years ago](https://wordpress.org/support/topic/plugin-mobile-smart-android-tablet-redirect-trouble/)
 * I noticed that mobile smart is not redirecting the Google Nexus 7 tablet. Not
   sure if it is just that tablet or if it is the new jelly-bean operating system.
 * [http://wordpress.org/extend/plugins/mobile-smart/](http://wordpress.org/extend/plugins/mobile-smart/)

Viewing 1 replies (of 1 total)

 *  [tomaspdc](https://wordpress.org/support/users/tomaspdc/)
 * (@tomaspdc)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-mobile-smart-android-tablet-redirect-trouble/#post-2903930)
 * 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](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.

 * ![](https://s.w.org/plugins/geopattern-icon/mobile-smart_000000.svg)
 * [Mobile Smart](https://wordpress.org/plugins/mobile-smart/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-smart/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-smart/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-smart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-smart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-smart/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [tomaspdc](https://wordpress.org/support/users/tomaspdc/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-mobile-smart-android-tablet-redirect-trouble/#post-2903930)
 * Status: resolved