Title: tomaspdc's Replies | WordPress.org

---

# tomaspdc

  [  ](https://wordpress.org/support/users/tomaspdc/)

 *   [Profile](https://wordpress.org/support/users/tomaspdc/)
 *   [Topics Started](https://wordpress.org/support/users/tomaspdc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tomaspdc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tomaspdc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tomaspdc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tomaspdc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tomaspdc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mobile Smart] [Plugin: Mobile Smart] Android Tablet redirect trouble](https://wordpress.org/support/topic/plugin-mobile-smart-android-tablet-redirect-trouble/)
 *  [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)