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
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
||||
|
|