0

Is there an easy way to detect a mobile device and hide/show objects for different browsers. I'm duplicating pages for each browser and would like just to hide objects not needed.

  • maybe a dublicate of [http://stackoverflow.com/questions/3514784/what-is-the-best-way-to-detect-a-handheld-device-in-jquery](http://stackoverflow.com/questions/3514784/what-is-the-best-way-to-detect-a-handheld-device-in-jquery) – Martin Aug 29 '13 at 12:41
  • Although this question is not specific to jQuery, [the accepted answer is for plain Javascript](http://stackoverflow.com/a/3540295/322283). – Marijn Mar 11 '14 at 10:15

1 Answers1

0

You could use the code found here.

From there it would be a pretty simple process to implement what you need done.

Community
  • 1
  • 1
Jason Shultz
  • 903
  • 18
  • 35