i have a web app that run fluently on IOS 5 but it lags too much on IOS 4.
Is it possible to detect IOS 4 and lower to disable some functions ?
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.
You can analyse the user agent string.
iOS 4 example (on iPad):
iOS 5 example (on iPhone):
But if you want to do that using JavaScript, try: