Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my ASP.Net Application I have to detect the request by user agent whether its come from Mobile devices or PC. In case of Android mobile, when it is in landscape mode it sends the following user agent:

"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24"

How can I detect this request as a Request-from-mobile? Please help me.
Posted

1 solution

The problem is solved. This is happened due to setting the browser for ‘Desktop’ version only. Sorry for bother you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900