How to get mobile-device information through java or java script ? I need to know whenever a customer from mobile phone enters into my Website
Asked
Active
Viewed 1,427 times
0
-
The simplest way to do it, is look at the user agent string of the webbrowser which sends the request. – André Schild Jul 21 '15 at 11:07
1 Answers
0
You have to read the User-Agent
header from the request.
See more on : Detecting Device Type in a web application