is there a script to detect, if the visitor use iphone (whatever it’s browser, may iphone Safari, iPhone for Opera or etc.)?
Then will shutdown some some of my JavaScript.
Thanks…
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.
searching on the net there are two common ways of achieving this.
My favorite though is in PHP its just so clean? wow. 😀
In PHP you can write
and in javascript you can write
Hope that helps.
PK