Just wondering if anyone has come across this?
Basically, Im looking to detect for iOS and Android using JSP and to be able to conditionally add CSS and JS files to the page.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Best way would probably be with the User Agent string. There’s actually a pretty similar question on SO already, at least for iOS/Safari. Note that there are other browsers on iOS so you will need to look for their user agent strings as well.
Alot of UA strings listed on this site.
How do I detect Mobile Safari server side using PHP?