Mobile Detect

Description

Mobile detect plugin uses the open source MobileDetect PHP library to fine-tune the built-in WordPress function wp_is_mobile() in such a way that tablets are excluded from being detected as mobile!

If you don’t understand the above one-liner, here is some explanation…

If we serve different (cached) content for mobiles and desktops, iPads (and other tablets) are usually served with mobile version of the site. That means, iPad users see only the mobile version of the site. If you are in doubt, check your site now! There is nothing wrong with your iPad (or any other tablet). It is due to how WordPress treats iPads and other tablets. Currently, in WordPress, iPads (and other tablets) are considered as mobile! One day (in the future), tablets may be considered as desktops by WordPress internals. Until then, by using / activating this plugin, tablets are served with desktop version of the site.

If your site doesn’t serve different content for mobiles and desktops, please ignore this plugin. This plugin does nothing in that case.

About Mobile Detect PHP Library:

  • Mobile Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
  • PHP Mobile Detect is an open-source script released under MIT License.
  • Mobile Detect PHP Developer: Șerban Ghiță, Nick Ilyin.
  • Original author: Victor Stanciu.
  • Icon (and banner) created by: Dragoș Gavrilă.

Installation

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/mobile-detect directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Check the site in a tablet.

If the site uses any full-page caching plugins such as WP Super Cache…

  1. Please clear any existing cache.
  2. Please make sure that it is configured to distinquish mobile version from desktop version.

FAQ

Where can I change the settings?

This plugin doesn’t come with any settings screen on purpose. Settings screen may be included in the future, depending on the feedback from the users!

Is this plugin actively maintained?

Yes, this plugin is actively maintained to make sure that the core Mobile Detect PHP library is updated as and when there is an update in it. Otherwise, this plugin is in maintenance-only mode. No new features are planned in the near future.

Can you add feature “x”?

Any new feature is unlikely to be added to this plugin. This plugin was created to patch the built-in WordPress function wp_is_mobile() to incorporate a missing feature, functionality or a bug. I expect that WordPress core would fix it at some point in the future. When it does include a fix, this plugin would be retired. When this plugin retires, I don’t want anyone to miss the feature/s that this plugin may have. So, I encourage everyone to create a standalone plugin or an add-on plugin, if a feature is missing from this plugin.

Reviews

January 11, 2022 1 reply
Can't even notice the transition due to its speed
Read all 6 reviews

Contributors & Developers

“Mobile Detect” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Mobile Detect” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change log

Changelog for upstream Mobile Detect library can be found at https://github.com/serbanghita/Mobile-Detect/releases.

1.5.0

  • Update upstream Mobile Detect Library from version 2.8.38 to 2.8.41 .
  • Separate changelog.txt file to reduce clutter in readme.txt file.
  • Improve docs.

1.4.1

  • Bug fix.

For a complete list of changelog, please see changelog.txt file.