I just need to find out how to detect if the user is on a mobile device, and ask them if they want to see the mobile instead of the regular site, and redirect accordingly. Is there a non-PHP solution? Or a WP plugin?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Read this previous Questions: Detect Mobile using Jquery & PHP: best way to detect handheld device in jQuery Auto detect mobile browser (via user-agent?) Or Using this stuff to check if user using mobile device you can show dialog box for redirect it: |
||||
|
|
|
Nowadays Responsive Design (here and here) is the prefered path to take. Edit: If you want strict browser detection you can check the UserAgent and take appropriate action. |
||||
|
|