Page 1 of 1

Finding in-calling devic data

Posted: Mon Mar 04, 2013 5:32 pm
by christerp1
Is it possible to detect the browser & device, especially screen size data, when a user opens my web page?

Re: Finding in-calling devic data

Posted: Mon Mar 11, 2013 11:57 am
by Mark
Hi,

The headers sent to the server by the browser contain user-agent information, which contains information about the browser and the device. Screen size usually isn't available. You'll have to use CSS to make your website appear correctly on every screensize.

kind regards,

Mark