How to recognize whether a web site is opened in a mobile or a PC
Posted
by Yogi Yang 007
on Stack Overflow
See other posts from Stack Overflow
or by Yogi Yang 007
Published on 2010-04-10T11:27:53Z
Indexed on
2010/04/10
11:33 UTC
Read the original article
Hit count: 326
We have a site developed in PHP. It is working just fine. We have used JQuery for every kind of situation like slide shows, menus, etc.
This site contains a lot of images which are large in size. because of this when viewed in a mobile phone user has to scroll a lot.
How can we recognize whether the client (browser) trying to access our site is a mobile phone or a standard PC.
Is there any standard way to build site for such situations?
TIA
© Stack Overflow or respective owner